#96528B

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

Shades of Violet Blue #96528B

Tints of Violet Blue #96528B

Color information

#96528B (or 0x96528B) is unknown color: approx Violet Blue. HEX triplet: 96, 52 and 8B. RGB value is (150,82,139). Sum of RGB (Red+Green+Blue) = 150+82+139=371 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.43% from 371); Green value is 82 (32.42% from 255 or 22.10% from 371); Blue value is 139 (54.69% from 255 or 37.47% from 371); Max value from RGB is 150 - color contains mainly: red. Hex color #96528B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96528B is #69AD74. Grayscale: #6C6C6C. Windows color (decimal): -6925685 or 9130646. OLE color: 9130646.

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

Color convert

RGB15082139-
CMYK00.450.070.41
HSL309.71º29.31%45.49%-
HSV(B)309.71º45.33%58.82%-
XYZ20.2614.3826.13-
YUV108.83145.03157.37-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.43%
GREEN value IS 82 (32.42% from 255) = 22.10%
BLUE value IS 139 (54.69% from 255) = 37.47%
R=40.43%
G=22.10%
B=37.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508213900.450.070.41309.7129.3145.49
Hex96528B02D7291361d2d
Octal2261222130557514663555
Binary10010110101001010001011010110111110100110011011011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96528B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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