#9C569B

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

Shades of Violet Blue #9C569B

Tints of Violet Blue #9C569B

Color information

#9C569B (or 0x9C569B) is unknown color: approx Violet Blue. HEX triplet: 9C, 56 and 9B. RGB value is (156,86,155). Sum of RGB (Red+Green+Blue) = 156+86+155=397 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.29% from 397); Green value is 86 (33.98% from 255 or 21.66% from 397); Blue value is 155 (60.94% from 255 or 39.04% from 397); Max value from RGB is 156 - color contains mainly: red. Hex color #9C569B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C569B is #63A964. Grayscale: #727272. Windows color (decimal): -6531429 or 10180252. OLE color: 10180252.

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

Color convert

RGB15686155-
CMYK00.450.010.39
HSL300.86º28.93%47.45%-
HSV(B)300.86º44.87%61.18%-
XYZ22.9516.0932.91-
YUV114.8150.69157.39-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 39.29%
GREEN value IS 86 (33.98% from 255) = 21.66%
BLUE value IS 155 (60.94% from 255) = 39.04%
R=39.29%
G=21.66%
B=39.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.01
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1568615500.450.010.39300.8628.9347.45
Hex9C569B02D12712d1d2f
Octal2341262330551474553557
Binary100111001010110100110110101101110011110010110111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C569B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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