Html Css Color HEX #9011E0 Dark Violet

📋 copy color: '#9011E0'

red 144 ◦ green 17 ◦ blue 224

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

Shades of Dark Violet #9011E0

Tints of Dark Violet #9011E0

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.42%

 BLUE value IS 224 (87.89% from 255) = 58.18%

R = 37.4%
G = 4.42%
B = 58.18%

CMYK

 C value IS 0.36

 M value IS 0.92

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#9011E0 (or 0x9011E0) is known color: Dark Violet. HEX triplet: 90, 11 and E0. RGB value is (144,17,224). Sum of RGB (Red+Green+Blue) = 144+17+224=385 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.40% from 385); Green value is 17 (7.03% from 255 or 4.42% from 385); Blue value is 224 (87.89% from 255 or 58.18% from 385); Max value from RGB is 224 - color contains mainly: blue. Hex color #9011E0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9011E0 is #6FEE1F. Grayscale: #4D4D4D. Windows color (decimal): -7335456 or 14684560. OLE color: 14684560.

HSL color Cylindrical-coordinate representation of color #9011E0: hue angle of 276.81º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9011E0 is Cyan = 0.36, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 144 17 224 -
CMYK 0.36 0.92 0 0.12
HSL 276.81º 0.86% 0.47% -
HSV(B) 276.81º 0.92% 0.88% -
XYZ 25.16 11.71 71.46 -
YUV 78.57 210.08 174.67 -
System Red Green Blue C M Y K H S L
Decimal 144 17 224 0.36 0.92 0 0.12 276.81 0.86 0.47
Hex 90 11 E0 24 5C 0 C 115 56 2F
Octal 220 21 340 44 134 0 14 425 126 57
Binary 10010000 10001 11100000 100100 1011100 0 1100 100010101 1010110 101111

Color Harmonies of #9011E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9011E0

Black with #9011E0

Text Example


Text Example

White with #9011E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9011E0; }

 p { color: rgb(144,17,224); }

 H1.HeaderClassName
 {
   color: #9011E0;
 }
 .AnyTagClassName
 {
   color: #9011E0;
 }
</style>

background-color css

<style>
 a { background-color: #9011E0; }

 a { background-color: rgb(144,17,224); }

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

border-color css

<style>
 span { border-color: #9011E0; }

 span { border-color: rgb(144,17,224); }

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