#964994

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

Shades of Violet Blue #964994

Tints of Violet Blue #964994

Color information

#964994 (or 0x964994) is unknown color: approx Violet Blue. HEX triplet: 96, 49 and 94. RGB value is (150,73,148). Sum of RGB (Red+Green+Blue) = 150+73+148=371 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.43% from 371); Green value is 73 (28.91% from 255 or 19.68% from 371); Blue value is 148 (58.20% from 255 or 39.89% from 371); Max value from RGB is 150 - color contains mainly: red. Hex color #964994 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964994 is #69B66B. Grayscale: #686868. Windows color (decimal): -6927980 or 9718166. OLE color: 9718166.

HSL color Cylindrical-coordinate representation of color #964994: hue angle of 301.56º 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 #964994 is Cyan = 0, Magento = 0.51, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

RGB15073148-
CMYK00.510.010.41
HSL301.56º34.53%43.73%-
HSV(B)301.56º51.33%58.82%-
XYZ20.3113.3929.53-
YUV104.57152.51160.4-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.43%
GREEN value IS 73 (28.91% from 255) = 19.68%
BLUE value IS 148 (58.20% from 255) = 39.89%
R=40.43%
G=19.68%
B=39.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.01
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1507314800.510.010.41301.5634.5343.73
Hex96499403312912e232c
Octal2261112240631514564354
Binary1001011010010011001010001100111101001100101110100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964994; }

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

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

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

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

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

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

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

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