Html Css Color HEX #900EED Dark Violet

📋 copy color: '#900EED'

red 144 ◦ green 14 ◦ blue 237

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

Shades of Dark Violet #900EED

Tints of Dark Violet #900EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 60%

R = 36.46%
G = 3.54%
B = 60%

CMYK

 C value IS 0.39

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#900EED (or 0x900EED) is known color: Dark Violet. HEX triplet: 90, 0E and ED. RGB value is (144,14,237). Sum of RGB (Red+Green+Blue) = 144+14+237=395 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.46% from 395); Green value is 14 (5.86% from 255 or 3.54% from 395); Blue value is 237 (92.97% from 255 or 60% from 395); Max value from RGB is 237 - color contains mainly: blue. Hex color #900EED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #900EED is #6FF112. Grayscale: #4D4D4D. Windows color (decimal): -7336211 or 15535760. OLE color: 15535760.

HSL color Cylindrical-coordinate representation of color #900EED: hue angle of 274.98º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #900EED is Cyan = 0.39, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 144 14 237 -
CMYK 0.39 0.94 0 0.07
HSL 274.98º 0.89% 0.49% -
HSV(B) 274.98º 0.94% 0.93% -
XYZ 26.94 12.36 81.09 -
YUV 78.29 217.57 174.87 -
System Red Green Blue C M Y K H S L
Decimal 144 14 237 0.39 0.94 0 0.07 274.98 0.89 0.49
Hex 90 E ED 27 5E 0 7 113 59 31
Octal 220 16 355 47 136 0 7 423 131 61
Binary 10010000 1110 11101101 100111 1011110 0 111 100010011 1011001 110001

Color Harmonies of #900EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900EED

Black with #900EED

Text Example


Text Example

White with #900EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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