Html Css Color HEX #900EC7 Dark Violet

📋 copy color: '#900EC7'

red 144 ◦ green 14 ◦ blue 199

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

Shades of Dark Violet #900EC7

Tints of Dark Violet #900EC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 55.74%

R = 40.34%
G = 3.92%
B = 55.74%

CMYK

 C value IS 0.28

 M value IS 0.93

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#900EC7 (or 0x900EC7) is known color: Dark Violet. HEX triplet: 90, 0E and C7. RGB value is (144,14,199). Sum of RGB (Red+Green+Blue) = 144+14+199=357 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.34% from 357); Green value is 14 (5.86% from 255 or 3.92% from 357); Blue value is 199 (78.12% from 255 or 55.74% from 357); Max value from RGB is 199 - color contains mainly: blue. Hex color #900EC7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #900EC7 is #6FF138. Grayscale: #494949. Windows color (decimal): -7336249 or 13045392. OLE color: 13045392.

HSL color Cylindrical-coordinate representation of color #900EC7: hue angle of 282.16º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #900EC7 is Cyan = 0.28, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 144 14 199 -
CMYK 0.28 0.93 0 0.22
HSL 282.16º 0.87% 0.42% -
HSV(B) 282.16º 0.93% 0.78% -
XYZ 21.97 10.37 54.88 -
YUV 73.96 198.57 177.96 -
System Red Green Blue C M Y K H S L
Decimal 144 14 199 0.28 0.93 0 0.22 282.16 0.87 0.42
Hex 90 E C7 1C 5D 0 16 11A 57 2A
Octal 220 16 307 34 135 0 26 432 127 52
Binary 10010000 1110 11000111 11100 1011101 0 10110 100011010 1010111 101010

Color Harmonies of #900EC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900EC7

Black with #900EC7

Text Example


Text Example

White with #900EC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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