#9C5490

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

Shades of Violet Blue #9C5490

Tints of Violet Blue #9C5490

Color information

#9C5490 (or 0x9C5490) is unknown color: approx Violet Blue. HEX triplet: 9C, 54 and 90. RGB value is (156,84,144). Sum of RGB (Red+Green+Blue) = 156+84+144=384 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.62% from 384); Green value is 84 (33.20% from 255 or 21.88% from 384); Blue value is 144 (56.64% from 255 or 37.5% from 384); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5490 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C5490 is #63AB6F. Grayscale: #707070. Windows color (decimal): -6531952 or 9458844. OLE color: 9458844.

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

Color convert

RGB15684144-
CMYK00.460.080.39
HSL310º30%47.06%-
HSV(B)310º46.15%61.18%-
XYZ21.9115.4228.21-
YUV112.37145.85159.12-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 40.62%
GREEN value IS 84 (33.20% from 255) = 21.88%
BLUE value IS 144 (56.64% from 255) = 37.5%
R=40.62%
G=21.88%
B=37.5%

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
Decimal1568414400.460.080.393103047.06
Hex9C549002E8271361e2f
Octal23412422005610474663657
Binary100111001010100100100000101110100010011110011011011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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