#9C4190

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

Shades of Violet Blue #9C4190

Tints of Violet Blue #9C4190

Color information

#9C4190 (or 0x9C4190) is unknown color: approx Violet Blue. HEX triplet: 9C, 41 and 90. RGB value is (156,65,144). Sum of RGB (Red+Green+Blue) = 156+65+144=365 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.74% from 365); Green value is 65 (25.78% from 255 or 17.81% from 365); Blue value is 144 (56.64% from 255 or 39.45% from 365); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4190 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C4190 is #63BE6F. Grayscale: #646464. Windows color (decimal): -6536816 or 9453980. OLE color: 9453980.

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

Color convert

RGB15665144-
CMYK00.580.080.39
HSL307.91º41.18%43.33%-
HSV(B)307.91º58.33%61.18%-
XYZ20.6312.8627.78-
YUV101.22152.15167.08-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 42.74%
GREEN value IS 65 (25.78% from 255) = 17.81%
BLUE value IS 144 (56.64% from 255) = 39.45%
R=42.74%
G=17.81%
B=39.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.08
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1566514400.580.080.39307.9141.1843.33
Hex9C419003A827134292b
Octal23410122007210474645153
Binary1001110010000011001000001110101000100111100110100101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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