#99569E

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

Shades of Violet Blue #99569E

Tints of Violet Blue #99569E

Color information

#99569E (or 0x99569E) is unknown color: approx Violet Blue. HEX triplet: 99, 56 and 9E. RGB value is (153,86,158). Sum of RGB (Red+Green+Blue) = 153+86+158=397 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.54% from 397); Green value is 86 (33.98% from 255 or 21.66% from 397); Blue value is 158 (62.11% from 255 or 39.80% from 397); Max value from RGB is 158 - color contains mainly: blue. Hex color #99569E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99569E is #66A961. Grayscale: #727272. Windows color (decimal): -6728034 or 10376857. OLE color: 10376857.

HSL color Cylindrical-coordinate representation of color #99569E: hue angle of 295.83º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #99569E is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB15386158-
CMYK0.030.4600.38
HSL295.83º29.51%47.84%-
HSV(B)295.83º45.57%61.96%-
XYZ22.6415.934.22-
YUV114.24152.7155.65-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.54%
GREEN value IS 86 (33.98% from 255) = 21.66%
BLUE value IS 158 (62.11% from 255) = 39.80%
R=38.54%
G=21.66%
B=39.80%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal153861580.030.4600.38295.8329.5147.84
Hex99569E32E0261281e30
Octal2311262363560464503660
Binary1001100110101101001111011101110010011010010100011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99569E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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