#96528E

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

Shades of Violet Blue #96528E

Tints of Violet Blue #96528E

Color information

#96528E (or 0x96528E) is unknown color: approx Violet Blue. HEX triplet: 96, 52 and 8E. RGB value is (150,82,142). Sum of RGB (Red+Green+Blue) = 150+82+142=374 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.11% from 374); Green value is 82 (32.42% from 255 or 21.93% from 374); Blue value is 142 (55.86% from 255 or 37.97% from 374); Max value from RGB is 150 - color contains mainly: red. Hex color #96528E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96528E is #69AD71. Grayscale: #6D6D6D. Windows color (decimal): -6925682 or 9327254. OLE color: 9327254.

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

Color convert

RGB15082142-
CMYK00.450.050.41
HSL307.06º29.31%45.49%-
HSV(B)307.06º45.33%58.82%-
XYZ20.4814.4727.31-
YUV109.17146.53157.12-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.11%
GREEN value IS 82 (32.42% from 255) = 21.93%
BLUE value IS 142 (55.86% from 255) = 37.97%
R=40.11%
G=21.93%
B=37.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508214200.450.050.41307.0629.3145.49
Hex96528E02D5291331d2d
Octal2261222160555514633555
Binary10010110101001010001110010110110110100110011001111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96528E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96528E; }

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

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

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

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

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

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

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

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