#9000DF

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

Shades of Dark Violet #9000DF

Tints of Dark Violet #9000DF

Color information

#9000DF (or 0x9000DF) is unknown color: approx Dark Violet. HEX triplet: 90, 00 and DF. RGB value is (144,0,223). Sum of RGB (Red+Green+Blue) = 144+0+223=367 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.24% from 367); Green value is 0 (0.39% from 255 or 0% from 367); Blue value is 223 (87.5% from 255 or 60.76% from 367); Max value from RGB is 223 - color contains mainly: blue. Hex color #9000DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9000DF is #6FFF20. Grayscale: #434343. Windows color (decimal): -7339809 or 14614672. OLE color: 14614672.

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

Color convert

RGB1440223-
CMYK0.35100.13
HSL278.74º100%43.73%-
HSV(B)278.74º100%87.45%-
XYZ24.8211.2670.68-
YUV68.48215.21181.87-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 39.24%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 223 (87.5% from 255) = 60.76%
R=39.24%
G=0%
B=60.76%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal14402230.35100.13278.7410043.73
Hex900DF23640D117642c
Octal22003374314401542714454
Binary100100000110111111000111100100011011000101111100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9000DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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