#99558E

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

Shades of Violet Blue #99558E

Tints of Violet Blue #99558E

Color information

#99558E (or 0x99558E) is unknown color: approx Violet Blue. HEX triplet: 99, 55 and 8E. RGB value is (153,85,142). Sum of RGB (Red+Green+Blue) = 153+85+142=380 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.26% from 380); Green value is 85 (33.59% from 255 or 22.37% from 380); Blue value is 142 (55.86% from 255 or 37.37% from 380); Max value from RGB is 153 - color contains mainly: red. Hex color #99558E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99558E is #66AA71. Grayscale: #6F6F6F. Windows color (decimal): -6728306 or 9328025. OLE color: 9328025.

HSL color Cylindrical-coordinate representation of color #99558E: hue angle of 309.71º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #99558E is Cyan = 0, Magento = 0.44, Yellow = 0.07 and Black (K on CMYK) = 0.4.

Color convert

RGB15385142-
CMYK00.440.070.4
HSL309.71º28.57%46.67%-
HSV(B)309.71º44.44%60%-
XYZ21.2715.2227.41-
YUV111.83145.03157.37-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.26%
GREEN value IS 85 (33.59% from 255) = 22.37%
BLUE value IS 142 (55.86% from 255) = 37.37%
R=40.26%
G=22.37%
B=37.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.07
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538514200.440.070.4309.7128.5746.67
Hex99558E02C7281361d2f
Octal2311252160547504663557
Binary10011001101010110001110010110011110100010011011011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99558E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99558E; }

 p { color: rgb(153,85,142); }

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

<style>
 a { background-color: #99558E; }

 a { background-color: rgb(153,85,142); }

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

<style>
 span { border-color: #99558E; }

 span { border-color: rgb(153,85,142); }

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