#96528F

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

Shades of Violet Blue #96528F

Tints of Violet Blue #96528F

Color information

#96528F (or 0x96528F) is unknown color: approx Violet Blue. HEX triplet: 96, 52 and 8F. RGB value is (150,82,143). Sum of RGB (Red+Green+Blue) = 150+82+143=375 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40% from 375); Green value is 82 (32.42% from 255 or 21.87% from 375); Blue value is 143 (56.25% from 255 or 38.13% from 375); Max value from RGB is 150 - color contains mainly: red. Hex color #96528F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96528F is #69AD70. Grayscale: #6D6D6D. Windows color (decimal): -6925681 or 9392790. OLE color: 9392790.

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

Color convert

RGB15082143-
CMYK00.450.050.41
HSL306.18º29.31%45.49%-
HSV(B)306.18º45.33%58.82%-
XYZ20.5514.527.7-
YUV109.29147.03157.04-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40%
GREEN value IS 82 (32.42% from 255) = 21.87%
BLUE value IS 143 (56.25% from 255) = 38.13%
R=40%
G=21.87%
B=38.13%

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
Decimal1508214300.450.050.41306.1829.3145.49
Hex96528F02D5291321d2d
Octal2261222170555514623555
Binary10010110101001010001111010110110110100110011001011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96528F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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