Html Css Color HEX #900886 Dark Magenta

📋 copy color: '#900886'

red 144 ◦ green 8 ◦ blue 134

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

Shades of Dark Magenta #900886

Tints of Dark Magenta #900886

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.8%

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

R = 50.35%
G = 2.8%
B = 46.85%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.07

 K value IS 0.44

RGB Variations

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

Color information

#900886 (or 0x900886) is known color: Dark Magenta. HEX triplet: 90, 08 and 86. RGB value is (144,8,134). Sum of RGB (Red+Green+Blue) = 144+8+134=286 (37% of max value = 765). Red value is 144 (56.64% from 255 or 50.35% from 286); Green value is 8 (3.52% from 255 or 2.80% from 286); Blue value is 134 (52.73% from 255 or 46.85% from 286); Max value from RGB is 144 - color contains mainly: red. Hex color #900886 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900886 is #6FF779. Grayscale: #3E3E3E. Windows color (decimal): -7337850 or 8784016. OLE color: 8784016.

HSL color Cylindrical-coordinate representation of color #900886: hue angle of 304.41º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #900886 is Cyan = 0, Magento = 0.94, Yellow = 0.07 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 8 134 -
CMYK 0 0.94 0.07 0.44
HSL 304.41º 0.89% 0.3% -
HSV(B) 304.41º 0.94% 0.56% -
XYZ 15.89 7.82 23.23 -
YUV 63.03 168.06 185.75 -
System Red Green Blue C M Y K H S L
Decimal 144 8 134 0 0.94 0.07 0.44 304.41 0.89 0.3
Hex 90 8 86 0 5E 7 2C 130 59 1E
Octal 220 10 206 0 136 7 54 460 131 36
Binary 10010000 1000 10000110 0 1011110 111 101100 100110000 1011001 11110

Color Harmonies of #900886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900886

Black with #900886

Text Example


Text Example

White with #900886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900886; }

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

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

background-color css

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

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

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

border-color css

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

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

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