Html Css Color HEX #900D8A Dark Magenta

📋 copy color: '#900D8A'

red 144 ◦ green 13 ◦ blue 138

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

Shades of Dark Magenta #900D8A

Tints of Dark Magenta #900D8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 46.78%

R = 48.81%
G = 4.41%
B = 46.78%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.04

 K value IS 0.44

RGB Variations

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

Color information

#900D8A (or 0x900D8A) is known color: Dark Magenta. HEX triplet: 90, 0D and 8A. RGB value is (144,13,138). Sum of RGB (Red+Green+Blue) = 144+13+138=295 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.81% from 295); Green value is 13 (5.47% from 255 or 4.41% from 295); Blue value is 138 (54.30% from 255 or 46.78% from 295); Max value from RGB is 144 - color contains mainly: red. Hex color #900D8A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900D8A is #6FF275. Grayscale: #424242. Windows color (decimal): -7336566 or 9047440. OLE color: 9047440.

HSL color Cylindrical-coordinate representation of color #900D8A: hue angle of 302.75º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #900D8A is Cyan = 0, Magento = 0.91, Yellow = 0.04 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 13 138 -
CMYK 0 0.91 0.04 0.44
HSL 302.75º 0.83% 0.31% -
HSV(B) 302.75º 0.91% 0.56% -
XYZ 16.23 8.05 24.74 -
YUV 66.42 168.4 183.34 -
System Red Green Blue C M Y K H S L
Decimal 144 13 138 0 0.91 0.04 0.44 302.75 0.83 0.31
Hex 90 D 8A 0 5B 4 2C 12F 53 1F
Octal 220 15 212 0 133 4 54 457 123 37
Binary 10010000 1101 10001010 0 1011011 100 101100 100101111 1010011 11111

Color Harmonies of #900D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900D8A

Black with #900D8A

Text Example


Text Example

White with #900D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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