#99569C

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

Shades of Violet Blue #99569C

Tints of Violet Blue #99569C

Color information

#99569C (or 0x99569C) is unknown color: approx Violet Blue. HEX triplet: 99, 56 and 9C. RGB value is (153,86,156). Sum of RGB (Red+Green+Blue) = 153+86+156=395 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.73% from 395); Green value is 86 (33.98% from 255 or 21.77% from 395); Blue value is 156 (61.33% from 255 or 39.49% from 395); Max value from RGB is 156 - color contains mainly: blue. Hex color #99569C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99569C is #66A963. Grayscale: #717171. Windows color (decimal): -6728036 or 10245785. OLE color: 10245785.

HSL color Cylindrical-coordinate representation of color #99569C: hue angle of 297.43º 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 #99569C is Cyan = 0.02, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB15386156-
CMYK0.020.4500.39
HSL297.43º28.93%47.45%-
HSV(B)297.43º44.87%61.18%-
XYZ22.4715.8333.32-
YUV114.01151.7155.81-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.73%
GREEN value IS 86 (33.98% from 255) = 21.77%
BLUE value IS 156 (61.33% from 255) = 39.49%
R=38.73%
G=21.77%
B=39.49%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal153861560.020.4500.39297.4328.9347.45
Hex99569C22D0271291d2f
Octal2311262342550474513557
Binary1001100110101101001110010101101010011110010100111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99569C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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