Html Css Color HEX #900DB9 Dark Violet

📋 copy color: '#900DB9'

red 144 ◦ green 13 ◦ blue 185

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

Shades of Dark Violet #900DB9

Tints of Dark Violet #900DB9

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.8%

 BLUE value IS 185 (72.66% from 255) = 54.09%

R = 42.11%
G = 3.8%
B = 54.09%

CMYK

 C value IS 0.22

 M value IS 0.93

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#900DB9 (or 0x900DB9) is known color: Dark Violet. HEX triplet: 90, 0D and B9. RGB value is (144,13,185). Sum of RGB (Red+Green+Blue) = 144+13+185=342 (45% of max value = 765). Red value is 144 (56.64% from 255 or 42.11% from 342); Green value is 13 (5.47% from 255 or 3.80% from 342); Blue value is 185 (72.66% from 255 or 54.09% from 342); Max value from RGB is 185 - color contains mainly: blue. Hex color #900DB9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #900DB9 is #6FF246. Grayscale: #474747. Windows color (decimal): -7336519 or 12127632. OLE color: 12127632.

HSL color Cylindrical-coordinate representation of color #900DB9: hue angle of 285.7º degrees, saturation: 0.87, 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 #900DB9 is Cyan = 0.22, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 144 13 185 -
CMYK 0.22 0.93 0 0.27
HSL 285.7º 0.87% 0.39% -
HSV(B) 285.7º 0.93% 0.73% -
XYZ 20.4 9.72 46.7 -
YUV 71.78 191.9 179.51 -
System Red Green Blue C M Y K H S L
Decimal 144 13 185 0.22 0.93 0 0.27 285.7 0.87 0.39
Hex 90 D B9 16 5D 0 1B 11E 57 27
Octal 220 15 271 26 135 0 33 436 127 47
Binary 10010000 1101 10111001 10110 1011101 0 11011 100011110 1010111 100111

Color Harmonies of #900DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900DB9

Black with #900DB9

Text Example


Text Example

White with #900DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,13,185); }

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

background-color css

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

 a { background-color: rgb(144,13,185); }

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

border-color css

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

 span { border-color: rgb(144,13,185); }

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