#96588A

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

Shades of Violet Blue #96588A

Tints of Violet Blue #96588A

Color information

#96588A (or 0x96588A) is unknown color: approx Violet Blue. HEX triplet: 96, 58 and 8A. RGB value is (150,88,138). Sum of RGB (Red+Green+Blue) = 150+88+138=376 (49% of max value = 765). Red value is 150 (58.98% from 255 or 39.89% from 376); Green value is 88 (34.77% from 255 or 23.40% from 376); Blue value is 138 (54.30% from 255 or 36.70% from 376); Max value from RGB is 150 - color contains mainly: red. Hex color #96588A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96588A is #69A775. Grayscale: #707070. Windows color (decimal): -6924150 or 9066646. OLE color: 9066646.

HSL color Cylindrical-coordinate representation of color #96588A: hue angle of 311.61º 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 #96588A is Cyan = 0, Magento = 0.41, Yellow = 0.08 and Black (K on CMYK) = 0.41.

Color convert

RGB15088138-
CMYK00.410.080.41
HSL311.61º26.05%46.67%-
HSV(B)311.61º41.33%58.82%-
XYZ20.6515.325.91-
YUV112.24142.54154.93-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.89%
GREEN value IS 88 (34.77% from 255) = 23.40%
BLUE value IS 138 (54.30% from 255) = 36.70%
R=39.89%
G=23.40%
B=36.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.08
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508813800.410.080.41311.6126.0546.67
Hex96588A0298291381a2f
Octal22613021205110514703257
Binary100101101011000100010100101001100010100110011100011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96588A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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