Html Css Color HEX #900ED9 Dark Violet

📋 copy color: '#900ED9'

red 144 ◦ green 14 ◦ blue 217

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

Shades of Dark Violet #900ED9

Tints of Dark Violet #900ED9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 57.87%

R = 38.4%
G = 3.73%
B = 57.87%

CMYK

 C value IS 0.34

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#900ED9 (or 0x900ED9) is known color: Dark Violet. HEX triplet: 90, 0E and D9. RGB value is (144,14,217). Sum of RGB (Red+Green+Blue) = 144+14+217=375 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.4% from 375); Green value is 14 (5.86% from 255 or 3.73% from 375); Blue value is 217 (85.16% from 255 or 57.87% from 375); Max value from RGB is 217 - color contains mainly: blue. Hex color #900ED9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #900ED9 is #6FF126. Grayscale: #4B4B4B. Windows color (decimal): -7336231 or 14225040. OLE color: 14225040.

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

Color convert

RGB 144 14 217 -
CMYK 0.34 0.94 0 0.15
HSL 278.42º 0.88% 0.45% -
HSV(B) 278.42º 0.94% 0.85% -
XYZ 24.18 11.25 66.54 -
YUV 76.01 207.57 176.49 -
System Red Green Blue C M Y K H S L
Decimal 144 14 217 0.34 0.94 0 0.15 278.42 0.88 0.45
Hex 90 E D9 22 5E 0 F 116 58 2D
Octal 220 16 331 42 136 0 17 426 130 55
Binary 10010000 1110 11011001 100010 1011110 0 1111 100010110 1011000 101101

Color Harmonies of #900ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900ED9

Black with #900ED9

Text Example


Text Example

White with #900ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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