#99578C

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

Shades of Violet Blue #99578C

Tints of Violet Blue #99578C

Color information

#99578C (or 0x99578C) is unknown color: approx Violet Blue. HEX triplet: 99, 57 and 8C. RGB value is (153,87,140). Sum of RGB (Red+Green+Blue) = 153+87+140=380 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.26% from 380); Green value is 87 (34.38% from 255 or 22.89% from 380); Blue value is 140 (55.08% from 255 or 36.84% from 380); Max value from RGB is 153 - color contains mainly: red. Hex color #99578C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99578C is #66A873. Grayscale: #707070. Windows color (decimal): -6727796 or 9197465. OLE color: 9197465.

HSL color Cylindrical-coordinate representation of color #99578C: hue angle of 311.82º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #99578C is Cyan = 0, Magento = 0.43, Yellow = 0.08 and Black (K on CMYK) = 0.4.

Color convert

RGB15387140-
CMYK00.430.080.4
HSL311.82º27.5%47.06%-
HSV(B)311.82º43.14%60%-
XYZ21.2815.4826.68-
YUV112.78143.37156.69-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.26%
GREEN value IS 87 (34.38% from 255) = 22.89%
BLUE value IS 140 (55.08% from 255) = 36.84%
R=40.26%
G=22.89%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.08
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538714000.430.080.4311.8227.547.06
Hex99578C02B8281381c2f
Octal23112721405310504703457
Binary100110011010111100011000101011100010100010011100011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99578C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,87,140); }

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

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

 a { background-color: rgb(153,87,140); }

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

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

 span { border-color: rgb(153,87,140); }

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