#9C5391

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

Shades of Violet Blue #9C5391

Tints of Violet Blue #9C5391

Color information

#9C5391 (or 0x9C5391) is unknown color: approx Violet Blue. HEX triplet: 9C, 53 and 91. RGB value is (156,83,145). Sum of RGB (Red+Green+Blue) = 156+83+145=384 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.62% from 384); Green value is 83 (32.81% from 255 or 21.61% from 384); Blue value is 145 (57.03% from 255 or 37.76% from 384); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5391 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C5391 is #63AC6E. Grayscale: #6F6F6F. Windows color (decimal): -6532207 or 9524124. OLE color: 9524124.

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

Color convert

RGB15683145-
CMYK00.470.070.39
HSL309.04º30.54%46.86%-
HSV(B)309.04º46.79%61.18%-
XYZ21.9115.328.59-
YUV111.9146.68159.46-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 40.62%
GREEN value IS 83 (32.81% from 255) = 21.61%
BLUE value IS 145 (57.03% from 255) = 37.76%
R=40.62%
G=21.61%
B=37.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.07
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1568314500.470.070.39309.0430.5446.86
Hex9C539102F7271351f2f
Octal2341232210577474653757
Binary10011100101001110010001010111111110011110011010111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,83,145); }

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

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

 a { background-color: rgb(156,83,145); }

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

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

 span { border-color: rgb(156,83,145); }

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