Html Css Color HEX #900ECD Dark Violet

📋 copy color: '#900ECD'

red 144 ◦ green 14 ◦ blue 205

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

Shades of Dark Violet #900ECD

Tints of Dark Violet #900ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 56.47%

R = 39.67%
G = 3.86%
B = 56.47%

CMYK

 C value IS 0.30

 M value IS 0.93

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#900ECD (or 0x900ECD) is known color: Dark Violet. HEX triplet: 90, 0E and CD. RGB value is (144,14,205). Sum of RGB (Red+Green+Blue) = 144+14+205=363 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.67% from 363); Green value is 14 (5.86% from 255 or 3.86% from 363); Blue value is 205 (80.47% from 255 or 56.47% from 363); Max value from RGB is 205 - color contains mainly: blue. Hex color #900ECD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #900ECD is #6FF132. Grayscale: #4A4A4A. Windows color (decimal): -7336243 or 13438608. OLE color: 13438608.

HSL color Cylindrical-coordinate representation of color #900ECD: hue angle of 280.84º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #900ECD is Cyan = 0.30, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 144 14 205 -
CMYK 0.30 0.93 0 0.20
HSL 280.84º 0.87% 0.43% -
HSV(B) 280.84º 0.93% 0.8% -
XYZ 22.68 10.65 58.62 -
YUV 74.64 201.57 177.47 -
System Red Green Blue C M Y K H S L
Decimal 144 14 205 0.30 0.93 0 0.20 280.84 0.87 0.43
Hex 90 E CD 1E 5D 0 14 119 57 2B
Octal 220 16 315 36 135 0 24 431 127 53
Binary 10010000 1110 11001101 11110 1011101 0 10100 100011001 1010111 101011

Color Harmonies of #900ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900ECD

Black with #900ECD

Text Example


Text Example

White with #900ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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