Html Css Color HEX #900EDB Dark Violet

📋 copy color: '#900EDB'

red 144 ◦ green 14 ◦ blue 219

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

Shades of Dark Violet #900EDB

Tints of Dark Violet #900EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 58.09%

R = 38.2%
G = 3.71%
B = 58.09%

CMYK

 C value IS 0.34

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#900EDB (or 0x900EDB) is known color: Dark Violet. HEX triplet: 90, 0E and DB. RGB value is (144,14,219). Sum of RGB (Red+Green+Blue) = 144+14+219=377 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.20% from 377); Green value is 14 (5.86% from 255 or 3.71% from 377); Blue value is 219 (85.94% from 255 or 58.09% from 377); Max value from RGB is 219 - color contains mainly: blue. Hex color #900EDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #900EDB is #6FF124. Grayscale: #4B4B4B. Windows color (decimal): -7336229 or 14356112. OLE color: 14356112.

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

Color convert

RGB 144 14 219 -
CMYK 0.34 0.94 0 0.14
HSL 278.05º 0.88% 0.46% -
HSV(B) 278.05º 0.94% 0.86% -
XYZ 24.44 11.36 67.92 -
YUV 76.24 208.57 176.33 -
System Red Green Blue C M Y K H S L
Decimal 144 14 219 0.34 0.94 0 0.14 278.05 0.88 0.46
Hex 90 E DB 22 5E 0 E 116 58 2E
Octal 220 16 333 42 136 0 16 426 130 56
Binary 10010000 1110 11011011 100010 1011110 0 1110 100010110 1011000 101110

Color Harmonies of #900EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900EDB

Black with #900EDB

Text Example


Text Example

White with #900EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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