#96588C

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

Shades of Violet Blue #96588C

Tints of Violet Blue #96588C

Color information

#96588C (or 0x96588C) is unknown color: approx Violet Blue. HEX triplet: 96, 58 and 8C. RGB value is (150,88,140). Sum of RGB (Red+Green+Blue) = 150+88+140=378 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.68% from 378); Green value is 88 (34.77% from 255 or 23.28% from 378); Blue value is 140 (55.08% from 255 or 37.04% from 378); Max value from RGB is 150 - color contains mainly: red. Hex color #96588C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96588C is #69A773. Grayscale: #707070. Windows color (decimal): -6924148 or 9197718. OLE color: 9197718.

HSL color Cylindrical-coordinate representation of color #96588C: hue angle of 309.68º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #96588C is Cyan = 0, Magento = 0.41, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB15088140-
CMYK00.410.070.41
HSL309.68º26.05%46.67%-
HSV(B)309.68º41.33%58.82%-
XYZ20.815.3626.68-
YUV112.47143.54154.77-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.68%
GREEN value IS 88 (34.77% from 255) = 23.28%
BLUE value IS 140 (55.08% from 255) = 37.04%
R=39.68%
G=23.28%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508814000.410.070.41309.6826.0546.67
Hex96588C0297291361a2f
Octal2261302140517514663257
Binary10010110101100010001100010100111110100110011011011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96588C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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