Html Css Color HEX #900EDD Dark Violet

📋 copy color: '#900EDD'

red 144 ◦ green 14 ◦ blue 221

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

Shades of Dark Violet #900EDD

Tints of Dark Violet #900EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 58.31%

R = 37.99%
G = 3.69%
B = 58.31%

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

#900EDD (or 0x900EDD) is known color: Dark Violet. HEX triplet: 90, 0E and DD. RGB value is (144,14,221). Sum of RGB (Red+Green+Blue) = 144+14+221=379 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.99% from 379); Green value is 14 (5.86% from 255 or 3.69% from 379); Blue value is 221 (86.72% from 255 or 58.31% from 379); Max value from RGB is 221 - color contains mainly: blue. Hex color #900EDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #900EDD is #6FF122. Grayscale: #4B4B4B. Windows color (decimal): -7336227 or 14487184. OLE color: 14487184.

HSL color Cylindrical-coordinate representation of color #900EDD: hue angle of 277.68º 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 #900EDD is Cyan = 0.35, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 144 14 221 -
CMYK 0.35 0.94 0 0.13
HSL 277.68º 0.88% 0.46% -
HSV(B) 277.68º 0.94% 0.87% -
XYZ 24.71 11.46 69.32 -
YUV 76.47 209.57 176.17 -
System Red Green Blue C M Y K H S L
Decimal 144 14 221 0.35 0.94 0 0.13 277.68 0.88 0.46
Hex 90 E DD 23 5E 0 D 116 58 2E
Octal 220 16 335 43 136 0 15 426 130 56
Binary 10010000 1110 11011101 100011 1011110 0 1101 100010110 1011000 101110

Color Harmonies of #900EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900EDD

Black with #900EDD

Text Example


Text Example

White with #900EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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