#9c5690

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

Shades of Violet Blue #9C5690

Tints of Violet Blue #9C5690

Color information

#9C5690 (or 0x9C5690) is unknown color: approx Violet Blue. HEX triplet: 9C, 56 and 90. RGB value is (156,86,144). Sum of RGB (Red+Green+Blue) = 156+86+144=386 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40.41% from 386); Green value is 86 (33.98% from 255 or 22.28% from 386); Blue value is 144 (56.64% from 255 or 37.31% from 386); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5690 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C5690 is #63A96F. Grayscale: #717171. Windows color (decimal): -6531440 or 9459356. OLE color: 9459356.

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

Color convert

RGB15686144-
CMYK00.450.080.39
HSL310.29º28.93%47.45%-
HSV(B)310.29º44.87%61.18%-
XYZ22.0715.7428.26-
YUV113.54145.19158.28-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 40.41%
GREEN value IS 86 (33.98% from 255) = 22.28%
BLUE value IS 144 (56.64% from 255) = 37.31%
R=40.41%
G=22.28%
B=37.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.08
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1568614400.450.080.39310.2928.9347.45
Hex9C569002D8271361d2f
Octal23412622005510474663557
Binary100111001010110100100000101101100010011110011011011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9c5690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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