#99558F

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

Shades of Violet Blue #99558F

Tints of Violet Blue #99558F

Color information

#99558F (or 0x99558F) is unknown color: approx Violet Blue. HEX triplet: 99, 55 and 8F. RGB value is (153,85,143). Sum of RGB (Red+Green+Blue) = 153+85+143=381 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.16% from 381); Green value is 85 (33.59% from 255 or 22.31% from 381); Blue value is 143 (56.25% from 255 or 37.53% from 381); Max value from RGB is 153 - color contains mainly: red. Hex color #99558F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99558F is #66AA70. Grayscale: #6F6F6F. Windows color (decimal): -6728305 or 9393561. OLE color: 9393561.

HSL color Cylindrical-coordinate representation of color #99558F: hue angle of 308.82º 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 #99558F is Cyan = 0, Magento = 0.44, Yellow = 0.07 and Black (K on CMYK) = 0.4.

Color convert

RGB15385143-
CMYK00.440.070.4
HSL308.82º28.57%46.67%-
HSV(B)308.82º44.44%60%-
XYZ21.3415.2527.81-
YUV111.94145.53157.28-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.16%
GREEN value IS 85 (33.59% from 255) = 22.31%
BLUE value IS 143 (56.25% from 255) = 37.53%
R=40.16%
G=22.31%
B=37.53%

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
Decimal1538514300.440.070.4308.8228.5746.67
Hex99558F02C7281351d2f
Octal2311252170547504653557
Binary10011001101010110001111010110011110100010011010111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99558F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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