#965993

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

Shades of Violet Blue #965993

Tints of Violet Blue #965993

Color information

#965993 (or 0x965993) is unknown color: approx Violet Blue. HEX triplet: 96, 59 and 93. RGB value is (150,89,147). Sum of RGB (Red+Green+Blue) = 150+89+147=386 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.86% from 386); Green value is 89 (35.16% from 255 or 23.06% from 386); Blue value is 147 (57.81% from 255 or 38.08% from 386); Max value from RGB is 150 - color contains mainly: red. Hex color #965993 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965993 is #69A66C. Grayscale: #717171. Windows color (decimal): -6923885 or 9656726. OLE color: 9656726.

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

Color convert

RGB15089147-
CMYK00.410.020.41
HSL302.95º25.52%46.86%-
HSV(B)302.95º40.67%58.82%-
XYZ21.4215.7429.51-
YUV113.85146.71153.78-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.86%
GREEN value IS 89 (35.16% from 255) = 23.06%
BLUE value IS 147 (57.81% from 255) = 38.08%
R=38.86%
G=23.06%
B=38.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.02
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508914700.410.020.41302.9525.5246.86
Hex96599302922912f1a2f
Octal2261312230512514573257
Binary1001011010110011001001101010011010100110010111111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965993; }

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

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

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

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

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

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

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

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