Html Css Color HEX #900D88 Dark Magenta

📋 copy color: '#900D88'

red 144 ◦ green 13 ◦ blue 136

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

Shades of Dark Magenta #900D88

Tints of Dark Magenta #900D88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 46.42%

R = 49.15%
G = 4.44%
B = 46.42%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.06

 K value IS 0.44

RGB Variations

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

Color information

#900D88 (or 0x900D88) is known color: Dark Magenta. HEX triplet: 90, 0D and 88. RGB value is (144,13,136). Sum of RGB (Red+Green+Blue) = 144+13+136=293 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.15% from 293); Green value is 13 (5.47% from 255 or 4.44% from 293); Blue value is 136 (53.52% from 255 or 46.42% from 293); Max value from RGB is 144 - color contains mainly: red. Hex color #900D88 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900D88 is #6FF277. Grayscale: #414141. Windows color (decimal): -7336568 or 8916368. OLE color: 8916368.

HSL color Cylindrical-coordinate representation of color #900D88: hue angle of 303.66º 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 #900D88 is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 13 136 -
CMYK 0 0.91 0.06 0.44
HSL 303.66º 0.83% 0.31% -
HSV(B) 303.66º 0.91% 0.56% -
XYZ 16.09 7.99 23.99 -
YUV 66.19 167.4 183.5 -
System Red Green Blue C M Y K H S L
Decimal 144 13 136 0 0.91 0.06 0.44 303.66 0.83 0.31
Hex 90 D 88 0 5B 6 2C 130 53 1F
Octal 220 15 210 0 133 6 54 460 123 37
Binary 10010000 1101 10001000 0 1011011 110 101100 100110000 1010011 11111

Color Harmonies of #900D88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900D88

Black with #900D88

Text Example


Text Example

White with #900D88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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