#9000DC

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

Shades of Dark Violet #9000DC

Tints of Dark Violet #9000DC

Color information

#9000DC (or 0x9000DC) is unknown color: approx Dark Violet. HEX triplet: 90, 00 and DC. RGB value is (144,0,220). Sum of RGB (Red+Green+Blue) = 144+0+220=364 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.56% from 364); Green value is 0 (0.39% from 255 or 0% from 364); Blue value is 220 (86.33% from 255 or 60.44% from 364); Max value from RGB is 220 - color contains mainly: blue. Hex color #9000DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9000DC is #6FFF23. Grayscale: #434343. Windows color (decimal): -7339812 or 14418064. OLE color: 14418064.

HSL color Cylindrical-coordinate representation of color #9000DC: hue angle of 279.27º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9000DC is Cyan = 0.35, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB1440220-
CMYK0.35100.14
HSL279.27º100%43.14%-
HSV(B)279.27º100%86.27%-
XYZ24.4211.168.56-
YUV68.14213.71182.11-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 39.56%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 220 (86.33% from 255) = 60.44%
R=39.56%
G=0%
B=60.44%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal14402200.35100.14279.2710043.14
Hex900DC23640E117642b
Octal22003344314401642714453
Binary100100000110111001000111100100011101000101111100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9000DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9000DC; }

 p { color: rgb(144,0,220); }

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

<style>
 a { background-color: #9000DC; }

 a { background-color: rgb(144,0,220); }

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

<style>
 span { border-color: #9000DC; }

 span { border-color: rgb(144,0,220); }

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