Html Css Color HEX #900588 Dark Magenta

📋 copy color: '#900588'

red 144 ◦ green 5 ◦ blue 136

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

Shades of Dark Magenta #900588

Tints of Dark Magenta #900588

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.75%

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

R = 50.53%
G = 1.75%
B = 47.72%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.06

 K value IS 0.44

RGB Variations

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

Color information

#900588 (or 0x900588) is known color: Dark Magenta. HEX triplet: 90, 05 and 88. RGB value is (144,5,136). Sum of RGB (Red+Green+Blue) = 144+5+136=285 (37% of max value = 765). Red value is 144 (56.64% from 255 or 50.53% from 285); Green value is 5 (2.34% from 255 or 1.75% from 285); Blue value is 136 (53.52% from 255 or 47.72% from 285); Max value from RGB is 144 - color contains mainly: red. Hex color #900588 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900588 is #6FFA77. Grayscale: #3D3D3D. Windows color (decimal): -7338616 or 8914320. OLE color: 8914320.

HSL color Cylindrical-coordinate representation of color #900588: hue angle of 303.45º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #900588 is Cyan = 0, Magento = 0.97, Yellow = 0.06 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 5 136 -
CMYK 0 0.97 0.06 0.44
HSL 303.45º 0.93% 0.29% -
HSV(B) 303.45º 0.97% 0.56% -
XYZ 16 7.82 23.96 -
YUV 61.5 170.05 186.85 -
System Red Green Blue C M Y K H S L
Decimal 144 5 136 0 0.97 0.06 0.44 303.45 0.93 0.29
Hex 90 5 88 0 61 6 2C 12F 5D 1D
Octal 220 5 210 0 141 6 54 457 135 35
Binary 10010000 101 10001000 0 1100001 110 101100 100101111 1011101 11101

Color Harmonies of #900588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900588

Black with #900588

Text Example


Text Example

White with #900588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900588; }

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

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

background-color css

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

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

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

border-color css

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

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

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