#965292

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

Shades of Violet Blue #965292

Tints of Violet Blue #965292

Color information

#965292 (or 0x965292) is unknown color: approx Violet Blue. HEX triplet: 96, 52 and 92. RGB value is (150,82,146). Sum of RGB (Red+Green+Blue) = 150+82+146=378 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.68% from 378); Green value is 82 (32.42% from 255 or 21.69% from 378); Blue value is 146 (57.42% from 255 or 38.62% from 378); Max value from RGB is 150 - color contains mainly: red. Hex color #965292 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965292 is #69AD6D. Grayscale: #6D6D6D. Windows color (decimal): -6925678 or 9589398. OLE color: 9589398.

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

Color convert

RGB15082146-
CMYK00.450.030.41
HSL303.53º29.31%45.49%-
HSV(B)303.53º45.33%58.82%-
XYZ20.7814.5928.92-
YUV109.63148.53156.8-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.68%
GREEN value IS 82 (32.42% from 255) = 21.69%
BLUE value IS 146 (57.42% from 255) = 38.62%
R=39.68%
G=21.69%
B=38.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.03
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508214600.450.030.41303.5329.3145.49
Hex96529202D3291301d2d
Octal2261222220553514603555
Binary1001011010100101001001001011011110100110011000011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965292; }

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

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

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

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

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

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

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

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