#9009C4

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

Shades of Dark Violet #9009C4

Tints of Dark Violet #9009C4

Color information

#9009C4 (or 0x9009C4) is unknown color: approx Dark Violet. HEX triplet: 90, 09 and C4. RGB value is (144,9,196). Sum of RGB (Red+Green+Blue) = 144+9+196=349 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.26% from 349); Green value is 9 (3.91% from 255 or 2.58% from 349); Blue value is 196 (76.95% from 255 or 56.16% from 349); Max value from RGB is 196 - color contains mainly: blue. Hex color #9009C4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9009C4 is #6FF63B. Grayscale: #464646. Windows color (decimal): -7337532 or 12847504. OLE color: 12847504.

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

Color convert

RGB1449196-
CMYK0.270.9500.23
HSL283.32º91.22%40.2%-
HSV(B)283.32º95.41%76.86%-
XYZ21.5610.1153.04-
YUV70.68198.73180.29-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 41.26%
GREEN value IS 9 (3.91% from 255) = 2.58%
BLUE value IS 196 (76.95% from 255) = 56.16%
R=41.26%
G=2.58%
B=56.16%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal14491960.270.9500.23283.3291.2240.2
Hex909C41B5F01711b5b28
Octal220113043313702743313350
Binary100100001001110001001101110111110101111000110111011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9009C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9009C4; }

 p { color: rgb(144,9,196); }

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

<style>
 a { background-color: #9009C4; }

 a { background-color: rgb(144,9,196); }

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

<style>
 span { border-color: #9009C4; }

 span { border-color: rgb(144,9,196); }

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