#965992

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

Shades of Violet Blue #965992

Tints of Violet Blue #965992

Color information

#965992 (or 0x965992) is unknown color: approx Violet Blue. HEX triplet: 96, 59 and 92. RGB value is (150,89,146). Sum of RGB (Red+Green+Blue) = 150+89+146=385 (50% of max value = 765). Red value is 150 (58.98% from 255 or 38.96% from 385); Green value is 89 (35.16% from 255 or 23.12% from 385); Blue value is 146 (57.42% from 255 or 37.92% from 385); Max value from RGB is 150 - color contains mainly: red. Hex color #965992 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965992 is #69A66D. Grayscale: #717171. Windows color (decimal): -6923886 or 9591190. OLE color: 9591190.

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

Color convert

RGB15089146-
CMYK00.410.030.41
HSL303.93º25.52%46.86%-
HSV(B)303.93º40.67%58.82%-
XYZ21.3415.729.1-
YUV113.74146.21153.87-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.96%
GREEN value IS 89 (35.16% from 255) = 23.12%
BLUE value IS 146 (57.42% from 255) = 37.92%
R=38.96%
G=23.12%
B=37.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.03
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508914600.410.030.41303.9325.5246.86
Hex9659920293291301a2f
Octal2261312220513514603257
Binary1001011010110011001001001010011110100110011000011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965992; }

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

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

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

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

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

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

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

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