#99578D

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

Shades of Violet Blue #99578D

Tints of Violet Blue #99578D

Color information

#99578D (or 0x99578D) is unknown color: approx Violet Blue. HEX triplet: 99, 57 and 8D. RGB value is (153,87,141). Sum of RGB (Red+Green+Blue) = 153+87+141=381 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.16% from 381); Green value is 87 (34.38% from 255 or 22.83% from 381); Blue value is 141 (55.47% from 255 or 37.01% from 381); Max value from RGB is 153 - color contains mainly: red. Hex color #99578D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99578D is #66A872. Grayscale: #707070. Windows color (decimal): -6727795 or 9263001. OLE color: 9263001.

HSL color Cylindrical-coordinate representation of color #99578D: hue angle of 310.91º 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 #99578D is Cyan = 0, Magento = 0.43, Yellow = 0.08 and Black (K on CMYK) = 0.4.

Color convert

RGB15387141-
CMYK00.430.080.4
HSL310.91º27.5%47.06%-
HSV(B)310.91º43.14%60%-
XYZ21.3515.5127.07-
YUV112.89143.87156.61-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.16%
GREEN value IS 87 (34.38% from 255) = 22.83%
BLUE value IS 141 (55.47% from 255) = 37.01%
R=40.16%
G=22.83%
B=37.01%

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
Decimal1538714100.430.080.4310.9127.547.06
Hex99578D02B8281371c2f
Octal23112721505310504673457
Binary100110011010111100011010101011100010100010011011111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99578D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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