#9011c5

Color #9011C5 Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #9011C5

Tints of Dark Violet #9011C5

Color information

#9011C5 (or 0x9011C5) is unknown color: approx Dark Violet. HEX triplet: 90, 11 and C5. RGB value is (144,17,197). Sum of RGB (Red+Green+Blue) = 144+17+197=358 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.22% from 358); Green value is 17 (7.03% from 255 or 4.75% from 358); Blue value is 197 (77.34% from 255 or 55.03% from 358); Max value from RGB is 197 - color contains mainly: blue. Hex color #9011C5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9011C5 is #6FEE3A. Grayscale: #4A4A4A. Windows color (decimal): -7335483 or 12915088. OLE color: 12915088.

HSL color Cylindrical-coordinate representation of color #9011C5: hue angle of 282.33º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9011C5 is Cyan = 0.27, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB14417197-
CMYK0.270.9100.23
HSL282.33º84.11%41.96%-
HSV(B)282.33º91.37%77.25%-
XYZ21.7810.3653.68-
YUV75.49196.58176.86-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 40.22%
GREEN value IS 17 (7.03% from 255) = 4.75%
BLUE value IS 197 (77.34% from 255) = 55.03%
R=40.22%
G=4.75%
B=55.03%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal144171970.270.9100.23282.3384.1141.96
Hex9011C51B5B01711a542a
Octal220213053313302743212452
Binary1001000010001110001011101110110110101111000110101010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9011c5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9011c5; }

 p { color: rgb(144,17,197); }

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

<style>
 a { background-color: #9011c5; }

 a { background-color: rgb(144,17,197); }

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

<style>
 span { border-color: #9011c5; }

 span { border-color: rgb(144,17,197); }

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