Html Css Color HEX #900586 Dark Magenta

📋 copy color: '#900586'

red 144 ◦ green 5 ◦ blue 134

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

Shades of Dark Magenta #900586

Tints of Dark Magenta #900586

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 47.35%

R = 50.88%
G = 1.77%
B = 47.35%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.07

 K value IS 0.44

RGB Variations

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

Color information

#900586 (or 0x900586) is known color: Dark Magenta. HEX triplet: 90, 05 and 86. RGB value is (144,5,134). Sum of RGB (Red+Green+Blue) = 144+5+134=283 (37% of max value = 765). Red value is 144 (56.64% from 255 or 50.88% from 283); Green value is 5 (2.34% from 255 or 1.77% from 283); Blue value is 134 (52.73% from 255 or 47.35% from 283); Max value from RGB is 144 - color contains mainly: red. Hex color #900586 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900586 is #6FFA79. Grayscale: #3C3C3C. Windows color (decimal): -7338618 or 8783248. OLE color: 8783248.

HSL color Cylindrical-coordinate representation of color #900586: hue angle of 304.32º 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 #900586 is Cyan = 0, Magento = 0.97, Yellow = 0.07 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 5 134 -
CMYK 0 0.97 0.07 0.44
HSL 304.32º 0.93% 0.29% -
HSV(B) 304.32º 0.97% 0.56% -
XYZ 15.86 7.76 23.22 -
YUV 61.27 169.05 187.01 -
System Red Green Blue C M Y K H S L
Decimal 144 5 134 0 0.97 0.07 0.44 304.32 0.93 0.29
Hex 90 5 86 0 61 7 2C 130 5D 1D
Octal 220 5 206 0 141 7 54 460 135 35
Binary 10010000 101 10000110 0 1100001 111 101100 100110000 1011101 11101

Color Harmonies of #900586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900586

Black with #900586

Text Example


Text Example

White with #900586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900586; }

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

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

background-color css

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

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

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

border-color css

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

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

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