#965999

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

Shades of Violet Blue #965999

Tints of Violet Blue #965999

Color information

#965999 (or 0x965999) is unknown color: approx Violet Blue. HEX triplet: 96, 59 and 99. RGB value is (150,89,153). Sum of RGB (Red+Green+Blue) = 150+89+153=392 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.27% from 392); Green value is 89 (35.16% from 255 or 22.70% from 392); Blue value is 153 (60.16% from 255 or 39.03% from 392); Max value from RGB is 153 - color contains mainly: blue. Hex color #965999 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965999 is #69A666. Grayscale: #727272. Windows color (decimal): -6923879 or 10049942. OLE color: 10049942.

HSL color Cylindrical-coordinate representation of color #965999: hue angle of 297.19º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #965999 is Cyan = 0.02, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB15089153-
CMYK0.020.4200.4
HSL297.19º26.45%47.45%-
HSV(B)297.19º41.83%60%-
XYZ21.915.9332.06-
YUV114.54149.71153.3-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.27%
GREEN value IS 89 (35.16% from 255) = 22.70%
BLUE value IS 153 (60.16% from 255) = 39.03%
R=38.27%
G=22.70%
B=39.03%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal150891530.020.4200.4297.1926.4547.45
Hex96599922A0281291a2f
Octal2261312312520504513257
Binary1001011010110011001100110101010010100010010100111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965999; }

 p { color: rgb(150,89,153); }

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

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

 a { background-color: rgb(150,89,153); }

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

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

 span { border-color: rgb(150,89,153); }

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