#96528C

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

Shades of Violet Blue #96528C

Tints of Violet Blue #96528C

Color information

#96528C (or 0x96528C) is unknown color: approx Violet Blue. HEX triplet: 96, 52 and 8C. RGB value is (150,82,140). Sum of RGB (Red+Green+Blue) = 150+82+140=372 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.32% from 372); Green value is 82 (32.42% from 255 or 22.04% from 372); Blue value is 140 (55.08% from 255 or 37.63% from 372); Max value from RGB is 150 - color contains mainly: red. Hex color #96528C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96528C is #69AD73. Grayscale: #6C6C6C. Windows color (decimal): -6925684 or 9196182. OLE color: 9196182.

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

Color convert

RGB15082140-
CMYK00.450.070.41
HSL308.82º29.31%45.49%-
HSV(B)308.82º45.33%58.82%-
XYZ20.3314.4126.52-
YUV108.94145.53157.28-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.32%
GREEN value IS 82 (32.42% from 255) = 22.04%
BLUE value IS 140 (55.08% from 255) = 37.63%
R=40.32%
G=22.04%
B=37.63%

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
Decimal1508214000.450.070.41308.8229.3145.49
Hex96528C02D7291351d2d
Octal2261222140557514653555
Binary10010110101001010001100010110111110100110011010111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96528C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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