Html Css Color HEX #900EBB Dark Violet

📋 copy color: '#900EBB'

red 144 ◦ green 14 ◦ blue 187

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

Shades of Dark Violet #900EBB

Tints of Dark Violet #900EBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 54.2%

R = 41.74%
G = 4.06%
B = 54.2%

CMYK

 C value IS 0.23

 M value IS 0.93

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#900EBB (or 0x900EBB) is known color: Dark Violet. HEX triplet: 90, 0E and BB. RGB value is (144,14,187). Sum of RGB (Red+Green+Blue) = 144+14+187=345 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.74% from 345); Green value is 14 (5.86% from 255 or 4.06% from 345); Blue value is 187 (73.44% from 255 or 54.20% from 345); Max value from RGB is 187 - color contains mainly: blue. Hex color #900EBB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #900EBB is #6FF144. Grayscale: #484848. Windows color (decimal): -7336261 or 12258960. OLE color: 12258960.

HSL color Cylindrical-coordinate representation of color #900EBB: hue angle of 285.09º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #900EBB is Cyan = 0.23, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 144 14 187 -
CMYK 0.23 0.93 0 0.27
HSL 285.09º 0.86% 0.39% -
HSV(B) 285.09º 0.93% 0.73% -
XYZ 20.63 9.83 47.82 -
YUV 72.59 192.57 178.93 -
System Red Green Blue C M Y K H S L
Decimal 144 14 187 0.23 0.93 0 0.27 285.09 0.86 0.39
Hex 90 E BB 17 5D 0 1B 11D 56 27
Octal 220 16 273 27 135 0 33 435 126 47
Binary 10010000 1110 10111011 10111 1011101 0 11011 100011101 1010110 100111

Color Harmonies of #900EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900EBB

Black with #900EBB

Text Example


Text Example

White with #900EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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