Html Css Color HEX #900086 Dark Magenta

📋 copy color: '#900086'

red 144 ◦ green 0 ◦ blue 134

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

Shades of Dark Magenta #900086

Tints of Dark Magenta #900086

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 51.8%
G = 0%
B = 48.2%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.07

 K value IS 0.44

RGB Variations

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

Color information

#900086 (or 0x900086) is known color: Dark Magenta. HEX triplet: 90, 00 and 86. RGB value is (144,0,134). Sum of RGB (Red+Green+Blue) = 144+0+134=278 (36% of max value = 765). Red value is 144 (56.64% from 255 or 51.80% from 278); Green value is 0 (0.39% from 255 or 0% from 278); Blue value is 134 (52.73% from 255 or 48.20% from 278); Max value from RGB is 144 - color contains mainly: red. Hex color #900086 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900086 is #6FFF79. Grayscale: #393939. Windows color (decimal): -7339898 or 8781968. OLE color: 8781968.

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

Color convert

RGB 144 0 134 -
CMYK 0 1 0.07 0.44
HSL 304.17º 1% 0.28% -
HSV(B) 304.17º 1% 0.56% -
XYZ 15.8 7.65 23.2 -
YUV 58.33 170.71 189.1 -
System Red Green Blue C M Y K H S L
Decimal 144 0 134 0 1 0.07 0.44 304.17 1 0.28
Hex 90 0 86 0 64 7 2C 130 64 1C
Octal 220 0 206 0 144 7 54 460 144 34
Binary 10010000 0 10000110 0 1100100 111 101100 100110000 1100100 11100

Color Harmonies of #900086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900086

Black with #900086

Text Example


Text Example

White with #900086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900086; }

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

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

background-color css

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

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

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

border-color css

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

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

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