#964990

Color #964990 Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #964990

Tints of Violet Blue #964990

Color information

#964990 (or 0x964990) is unknown color: approx Violet Blue. HEX triplet: 96, 49 and 90. RGB value is (150,73,144). Sum of RGB (Red+Green+Blue) = 150+73+144=367 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.87% from 367); Green value is 73 (28.91% from 255 or 19.89% from 367); Blue value is 144 (56.64% from 255 or 39.24% from 367); Max value from RGB is 150 - color contains mainly: red. Hex color #964990 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964990 is #69B66F. Grayscale: #676767. Windows color (decimal): -6927984 or 9456022. OLE color: 9456022.

HSL color Cylindrical-coordinate representation of color #964990: hue angle of 304.68º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #964990 is Cyan = 0, Magento = 0.51, Yellow = 0.04 and Black (K on CMYK) = 0.41.

Color convert

RGB15073144-
CMYK00.510.040.41
HSL304.68º34.53%43.73%-
HSV(B)304.68º51.33%58.82%-
XYZ19.9913.2627.89-
YUV104.12150.51160.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 150 (58.98% from 255) = 40.87%
GREEN value IS 73 (28.91% from 255) = 19.89%
BLUE value IS 144 (56.64% from 255) = 39.24%
R=40.87%
G=19.89%
B=39.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.04
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1507314400.510.040.41304.6834.5343.73
Hex964990033429131232c
Octal2261112200634514614354
Binary100101101001001100100000110011100101001100110001100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964990; }

 p { color: rgb(150,73,144); }

 H1.HeaderClassName
 {
   color: #964990;
 }
 .AnyTagClassName
 {
   color: #964990;
 }
</style>
background-color css

<style>
 a { background-color: #964990; }

 a { background-color: rgb(150,73,144); }

 div.DivClassName
 {
   background-color: #964990;
 }
 .BgClassName
 {
   background-color: #964990;
 }
</style>
border-color css

<style>
 span { border-color: #964990; }

 span { border-color: rgb(150,73,144); }

 td.TdClassName
 {
   border-color: #964990;
 }
 .TagClassName
 {
   border-color: #964990;
 }
</style>