#9C5590

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

Shades of Violet Blue #9C5590

Tints of Violet Blue #9C5590

Color information

#9C5590 (or 0x9C5590) is unknown color: approx Violet Blue. HEX triplet: 9C, 55 and 90. RGB value is (156,85,144). Sum of RGB (Red+Green+Blue) = 156+85+144=385 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.52% from 385); Green value is 85 (33.59% from 255 or 22.08% from 385); Blue value is 144 (56.64% from 255 or 37.40% from 385); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5590 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C5590 is #63AA6F. Grayscale: #707070. Windows color (decimal): -6531696 or 9459100. OLE color: 9459100.

HSL color Cylindrical-coordinate representation of color #9C5590: hue angle of 310.14º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9C5590 is Cyan = 0, Magento = 0.46, Yellow = 0.08 and Black (K on CMYK) = 0.39.

Color convert

RGB15685144-
CMYK00.460.080.39
HSL310.14º29.46%47.25%-
HSV(B)310.14º45.51%61.18%-
XYZ21.9915.5828.23-
YUV112.95145.52158.7-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 40.52%
GREEN value IS 85 (33.59% from 255) = 22.08%
BLUE value IS 144 (56.64% from 255) = 37.40%
R=40.52%
G=22.08%
B=37.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.08
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1568514400.460.080.39310.1429.4647.25
Hex9C559002E8271361d2f
Octal23412522005610474663557
Binary100111001010101100100000101110100010011110011011011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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