#964992

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

Shades of Violet Blue #964992

Tints of Violet Blue #964992

Color information

#964992 (or 0x964992) is unknown color: approx Violet Blue. HEX triplet: 96, 49 and 92. RGB value is (150,73,146). Sum of RGB (Red+Green+Blue) = 150+73+146=369 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.65% from 369); Green value is 73 (28.91% from 255 or 19.78% from 369); Blue value is 146 (57.42% from 255 or 39.57% from 369); Max value from RGB is 150 - color contains mainly: red. Hex color #964992 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964992 is #69B66D. Grayscale: #686868. Windows color (decimal): -6927982 or 9587094. OLE color: 9587094.

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

Color convert

RGB15073146-
CMYK00.510.030.41
HSL303.12º34.53%43.73%-
HSV(B)303.12º51.33%58.82%-
XYZ20.1513.3228.7-
YUV104.34151.51160.56-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.65%
GREEN value IS 73 (28.91% from 255) = 19.78%
BLUE value IS 146 (57.42% from 255) = 39.57%
R=40.65%
G=19.78%
B=39.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.03
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1507314600.510.030.41303.1234.5343.73
Hex96499203332912f232c
Octal2261112220633514574354
Binary10010110100100110010010011001111101001100101111100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964992; }

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

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

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

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

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

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

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

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