#9C4391

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

Shades of Violet Blue #9C4391

Tints of Violet Blue #9C4391

Color information

#9C4391 (or 0x9C4391) is unknown color: approx Violet Blue. HEX triplet: 9C, 43 and 91. RGB value is (156,67,145). Sum of RGB (Red+Green+Blue) = 156+67+145=368 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.39% from 368); Green value is 67 (26.56% from 255 or 18.21% from 368); Blue value is 145 (57.03% from 255 or 39.40% from 368); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4391 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C4391 is #63BC6E. Grayscale: #666666. Windows color (decimal): -6536303 or 9520028. OLE color: 9520028.

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

Color convert

RGB15667145-
CMYK00.570.070.39
HSL307.42º39.91%43.73%-
HSV(B)307.42º57.05%61.18%-
XYZ20.8313.1328.22-
YUV102.5151.99166.16-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 42.39%
GREEN value IS 67 (26.56% from 255) = 18.21%
BLUE value IS 145 (57.03% from 255) = 39.40%
R=42.39%
G=18.21%
B=39.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.07
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1566714500.570.070.39307.4239.9143.73
Hex9C4391039727133282c
Octal2341032210717474635054
Binary100111001000011100100010111001111100111100110011101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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