Html Css Color HEX #900EB0 Dark Violet

📋 copy color: '#900EB0'

red 144 ◦ green 14 ◦ blue 176

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

Shades of Dark Violet #900EB0

Tints of Dark Violet #900EB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 52.69%

R = 43.11%
G = 4.19%
B = 52.69%

CMYK

 C value IS 0.18

 M value IS 0.92

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#900EB0 (or 0x900EB0) is known color: Dark Violet. HEX triplet: 90, 0E and B0. RGB value is (144,14,176). Sum of RGB (Red+Green+Blue) = 144+14+176=334 (44% of max value = 765). Red value is 144 (56.64% from 255 or 43.11% from 334); Green value is 14 (5.86% from 255 or 4.19% from 334); Blue value is 176 (69.14% from 255 or 52.69% from 334); Max value from RGB is 176 - color contains mainly: blue. Hex color #900EB0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900EB0 is #6FF14F. Grayscale: #464646. Windows color (decimal): -7336272 or 11538064. OLE color: 11538064.

HSL color Cylindrical-coordinate representation of color #900EB0: hue angle of 288.15º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #900EB0 is Cyan = 0.18, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 144 14 176 -
CMYK 0.18 0.92 0 0.31
HSL 288.15º 0.85% 0.37% -
HSV(B) 288.15º 0.92% 0.69% -
XYZ 19.5 9.38 41.86 -
YUV 71.34 187.07 179.83 -
System Red Green Blue C M Y K H S L
Decimal 144 14 176 0.18 0.92 0 0.31 288.15 0.85 0.37
Hex 90 E B0 12 5C 0 1F 120 55 25
Octal 220 16 260 22 134 0 37 440 125 45
Binary 10010000 1110 10110000 10010 1011100 0 11111 100100000 1010101 100101

Color Harmonies of #900EB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900EB0

Black with #900EB0

Text Example


Text Example

White with #900EB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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