#9C569F

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

Shades of Violet Blue #9C569F

Tints of Violet Blue #9C569F

Color information

#9C569F (or 0x9C569F) is unknown color: approx Violet Blue. HEX triplet: 9C, 56 and 9F. RGB value is (156,86,159). Sum of RGB (Red+Green+Blue) = 156+86+159=401 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.90% from 401); Green value is 86 (33.98% from 255 or 21.45% from 401); Blue value is 159 (62.5% from 255 or 39.65% from 401); Max value from RGB is 159 - color contains mainly: blue. Hex color #9C569F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C569F is #63A960. Grayscale: #737373. Windows color (decimal): -6531425 or 10442396. OLE color: 10442396.

HSL color Cylindrical-coordinate representation of color #9C569F: hue angle of 297.53º 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 #9C569F is Cyan = 0.02, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB15686159-
CMYK0.020.4600.38
HSL297.53º29.8%48.04%-
HSV(B)297.53º45.91%62.35%-
XYZ23.316.2334.71-
YUV115.25152.69157.06-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 38.90%
GREEN value IS 86 (33.98% from 255) = 21.45%
BLUE value IS 159 (62.5% from 255) = 39.65%
R=38.90%
G=21.45%
B=39.65%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal156861590.020.4600.38297.5329.848.04
Hex9C569F22E02612a1e30
Octal2341262372560464523660
Binary1001110010101101001111110101110010011010010101011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C569F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C569F; }

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

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

<style>
 a { background-color: #9C569F; }

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

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

<style>
 span { border-color: #9C569F; }

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

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