#965192

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

Shades of Violet Blue #965192

Tints of Violet Blue #965192

Color information

#965192 (or 0x965192) is unknown color: approx Violet Blue. HEX triplet: 96, 51 and 92. RGB value is (150,81,146). Sum of RGB (Red+Green+Blue) = 150+81+146=377 (49% of max value = 765). Red value is 150 (58.98% from 255 or 39.79% from 377); Green value is 81 (32.03% from 255 or 21.49% from 377); Blue value is 146 (57.42% from 255 or 38.73% from 377); Max value from RGB is 150 - color contains mainly: red. Hex color #965192 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965192 is #69AE6D. Grayscale: #6C6C6C. Windows color (decimal): -6925934 or 9589142. OLE color: 9589142.

HSL color Cylindrical-coordinate representation of color #965192: hue angle of 303.48º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #965192 is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.41.

Color convert

RGB15081146-
CMYK00.460.030.41
HSL303.48º29.87%45.29%-
HSV(B)303.48º46%58.82%-
XYZ20.7114.4428.89-
YUV109.04148.86157.21-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.79%
GREEN value IS 81 (32.03% from 255) = 21.49%
BLUE value IS 146 (57.42% from 255) = 38.73%
R=39.79%
G=21.49%
B=38.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.03
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508114600.460.030.41303.4829.8745.29
Hex96519202E32912f1e2d
Octal2261212220563514573655
Binary1001011010100011001001001011101110100110010111111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965192; }

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

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

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

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

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

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

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

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