#9000EE

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

Shades of Dark Violet #9000EE

Tints of Dark Violet #9000EE

Color information

#9000EE (or 0x9000EE) is unknown color: approx Dark Violet. HEX triplet: 90, 00 and EE. RGB value is (144,0,238). Sum of RGB (Red+Green+Blue) = 144+0+238=382 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.70% from 382); Green value is 0 (0.39% from 255 or 0% from 382); Blue value is 238 (93.36% from 255 or 62.30% from 382); Max value from RGB is 238 - color contains mainly: blue. Hex color #9000EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9000EE is #6FFF11. Grayscale: #454545. Windows color (decimal): -7339794 or 15597712. OLE color: 15597712.

HSL color Cylindrical-coordinate representation of color #9000EE: hue angle of 276.3º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9000EE is Cyan = 0.39, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB1440238-
CMYK0.39100.07
HSL276.3º100%46.67%-
HSV(B)276.3º100%93.33%-
XYZ26.9312.181.81-
YUV70.19222.71180.65-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.70%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 238 (93.36% from 255) = 62.30%
R=37.70%
G=0%
B=62.30%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal14402380.39100.07276.310046.67
Hex900EE276407114642f
Octal2200356471440742414457
Binary10010000011101110100111110010001111000101001100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9000EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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