Html Css Color HEX #900EE5 Dark Violet

📋 copy color: '#900EE5'

red 144 ◦ green 14 ◦ blue 229

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

Shades of Dark Violet #900EE5

Tints of Dark Violet #900EE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 59.17%

R = 37.21%
G = 3.62%
B = 59.17%

CMYK

 C value IS 0.37

 M value IS 0.94

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#900EE5 (or 0x900EE5) is known color: Dark Violet. HEX triplet: 90, 0E and E5. RGB value is (144,14,229). Sum of RGB (Red+Green+Blue) = 144+14+229=387 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.21% from 387); Green value is 14 (5.86% from 255 or 3.62% from 387); Blue value is 229 (89.84% from 255 or 59.17% from 387); Max value from RGB is 229 - color contains mainly: blue. Hex color #900EE5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #900EE5 is #6FF11A. Grayscale: #4C4C4C. Windows color (decimal): -7336219 or 15011472. OLE color: 15011472.

HSL color Cylindrical-coordinate representation of color #900EE5: hue angle of 276.28º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #900EE5 is Cyan = 0.37, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 144 14 229 -
CMYK 0.37 0.94 0 0.10
HSL 276.28º 0.88% 0.48% -
HSV(B) 276.28º 0.94% 0.9% -
XYZ 25.8 11.9 75.07 -
YUV 77.38 213.57 175.52 -
System Red Green Blue C M Y K H S L
Decimal 144 14 229 0.37 0.94 0 0.10 276.28 0.88 0.48
Hex 90 E E5 25 5E 0 A 114 58 30
Octal 220 16 345 45 136 0 12 424 130 60
Binary 10010000 1110 11100101 100101 1011110 0 1010 100010100 1011000 110000

Color Harmonies of #900EE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900EE5

Black with #900EE5

Text Example


Text Example

White with #900EE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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