Html Css Color HEX #900ED8 Dark Violet

📋 copy color: '#900ED8'

red 144 ◦ green 14 ◦ blue 216

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

Shades of Dark Violet #900ED8

Tints of Dark Violet #900ED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 57.75%

R = 38.5%
G = 3.74%
B = 57.75%

CMYK

 C value IS 0.33

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#900ED8 (or 0x900ED8) is known color: Dark Violet. HEX triplet: 90, 0E and D8. RGB value is (144,14,216). Sum of RGB (Red+Green+Blue) = 144+14+216=374 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.50% from 374); Green value is 14 (5.86% from 255 or 3.74% from 374); Blue value is 216 (84.77% from 255 or 57.75% from 374); Max value from RGB is 216 - color contains mainly: blue. Hex color #900ED8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #900ED8 is #6FF127. Grayscale: #4B4B4B. Windows color (decimal): -7336232 or 14159504. OLE color: 14159504.

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

Color convert

RGB 144 14 216 -
CMYK 0.33 0.94 0 0.15
HSL 278.61º 0.88% 0.45% -
HSV(B) 278.61º 0.94% 0.85% -
XYZ 24.05 11.2 65.86 -
YUV 75.9 207.07 176.57 -
System Red Green Blue C M Y K H S L
Decimal 144 14 216 0.33 0.94 0 0.15 278.61 0.88 0.45
Hex 90 E D8 21 5E 0 F 117 58 2D
Octal 220 16 330 41 136 0 17 427 130 55
Binary 10010000 1110 11011000 100001 1011110 0 1111 100010111 1011000 101101

Color Harmonies of #900ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900ED8

Black with #900ED8

Text Example


Text Example

White with #900ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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