#9C4090

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

Shades of Violet Blue #9C4090

Tints of Violet Blue #9C4090

Color information

#9C4090 (or 0x9C4090) is unknown color: approx Violet Blue. HEX triplet: 9C, 40 and 90. RGB value is (156,64,144). Sum of RGB (Red+Green+Blue) = 156+64+144=364 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.86% from 364); Green value is 64 (25.39% from 255 or 17.58% from 364); Blue value is 144 (56.64% from 255 or 39.56% from 364); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4090 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C4090 is #63BF6F. Grayscale: #646464. Windows color (decimal): -6537072 or 9453724. OLE color: 9453724.

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

Color convert

RGB15664144-
CMYK00.590.080.39
HSL307.83º41.82%43.14%-
HSV(B)307.83º58.97%61.18%-
XYZ20.5812.7527.76-
YUV100.63152.48167.5-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 42.86%
GREEN value IS 64 (25.39% from 255) = 17.58%
BLUE value IS 144 (56.64% from 255) = 39.56%
R=42.86%
G=17.58%
B=39.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.08
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1566414400.590.080.39307.8341.8243.14
Hex9C409003B8271342a2b
Octal23410022007310474645253
Binary1001110010000001001000001110111000100111100110100101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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