Html Css Color HEX #900EDE Dark Violet

📋 copy color: '#900EDE'

red 144 ◦ green 14 ◦ blue 222

#900EDE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Violet #900EDE

Tints of Dark Violet #900EDE

RGB

 RED value IS 144 (56.64% from 255) = 37.89%

 GREEN value IS 14 (5.86% from 255) = 3.68%

 BLUE value IS 222 (87.11% from 255) = 58.42%

R = 37.89%
G = 3.68%
B = 58.42%

CMYK

 C value IS 0.35

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#900EDE (or 0x900EDE) is known color: Dark Violet. HEX triplet: 90, 0E and DE. RGB value is (144,14,222). Sum of RGB (Red+Green+Blue) = 144+14+222=380 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.89% from 380); Green value is 14 (5.86% from 255 or 3.68% from 380); Blue value is 222 (87.11% from 255 or 58.42% from 380); Max value from RGB is 222 - color contains mainly: blue. Hex color #900EDE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #900EDE is #6FF121. Grayscale: #4B4B4B. Windows color (decimal): -7336226 or 14552720. OLE color: 14552720.

HSL color Cylindrical-coordinate representation of color #900EDE: hue angle of 277.5º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #900EDE is Cyan = 0.35, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 144 14 222 -
CMYK 0.35 0.94 0 0.13
HSL 277.5º 0.88% 0.46% -
HSV(B) 277.5º 0.94% 0.87% -
XYZ 24.84 11.52 70.02 -
YUV 76.58 210.07 176.09 -
System Red Green Blue C M Y K H S L
Decimal 144 14 222 0.35 0.94 0 0.13 277.5 0.88 0.46
Hex 90 E DE 23 5E 0 D 116 58 2E
Octal 220 16 336 43 136 0 15 426 130 56
Binary 10010000 1110 11011110 100011 1011110 0 1101 100010110 1011000 101110

Color Harmonies of #900EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900EDE

Black with #900EDE

Text Example


Text Example

White with #900EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900EDE; }

 p { color: rgb(144,14,222); }

 H1.HeaderClassName
 {
   color: #900EDE;
 }
 .AnyTagClassName
 {
   color: #900EDE;
 }
</style>

background-color css

<style>
 a { background-color: #900EDE; }

 a { background-color: rgb(144,14,222); }

 div.DivClassName
 {
   background-color: #900EDE;
 }
 .BgClassName
 {
   background-color: #900EDE;
 }
</style>

border-color css

<style>
 span { border-color: #900EDE; }

 span { border-color: rgb(144,14,222); }

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