#99569B

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

Shades of Violet Blue #99569B

Tints of Violet Blue #99569B

Color information

#99569B (or 0x99569B) is unknown color: approx Violet Blue. HEX triplet: 99, 56 and 9B. RGB value is (153,86,155). Sum of RGB (Red+Green+Blue) = 153+86+155=394 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.83% from 394); Green value is 86 (33.98% from 255 or 21.83% from 394); Blue value is 155 (60.94% from 255 or 39.34% from 394); Max value from RGB is 155 - color contains mainly: blue. Hex color #99569B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99569B is #66A964. Grayscale: #717171. Windows color (decimal): -6728037 or 10180249. OLE color: 10180249.

HSL color Cylindrical-coordinate representation of color #99569B: hue angle of 298.26º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #99569B is Cyan = 0.01, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB15386155-
CMYK0.010.4500.39
HSL298.26º28.63%47.25%-
HSV(B)298.26º44.52%60.78%-
XYZ22.3815.7932.88-
YUV113.9151.2155.89-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.83%
GREEN value IS 86 (33.98% from 255) = 21.83%
BLUE value IS 155 (60.94% from 255) = 39.34%
R=38.83%
G=21.83%
B=39.34%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal153861550.010.4500.39298.2628.6347.25
Hex99569B12D02712a1d2f
Octal2311262331550474523557
Binary100110011010110100110111101101010011110010101011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99569B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99569B; }

 p { color: rgb(153,86,155); }

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

<style>
 a { background-color: #99569B; }

 a { background-color: rgb(153,86,155); }

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

<style>
 span { border-color: #99569B; }

 span { border-color: rgb(153,86,155); }

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