Html Css Color HEX #900686 Dark Magenta

📋 copy color: '#900686'

red 144 ◦ green 6 ◦ blue 134

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

Shades of Dark Magenta #900686

Tints of Dark Magenta #900686

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.11%

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

R = 50.7%
G = 2.11%
B = 47.18%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.07

 K value IS 0.44

RGB Variations

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

Color information

#900686 (or 0x900686) is known color: Dark Magenta. HEX triplet: 90, 06 and 86. RGB value is (144,6,134). Sum of RGB (Red+Green+Blue) = 144+6+134=284 (37% of max value = 765). Red value is 144 (56.64% from 255 or 50.70% from 284); Green value is 6 (2.73% from 255 or 2.11% from 284); Blue value is 134 (52.73% from 255 or 47.18% from 284); Max value from RGB is 144 - color contains mainly: red. Hex color #900686 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900686 is #6FF979. Grayscale: #3D3D3D. Windows color (decimal): -7338362 or 8783504. OLE color: 8783504.

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

Color convert

RGB 144 6 134 -
CMYK 0 0.96 0.07 0.44
HSL 304.35º 0.92% 0.29% -
HSV(B) 304.35º 0.96% 0.56% -
XYZ 15.87 7.78 23.22 -
YUV 61.85 168.72 186.59 -
System Red Green Blue C M Y K H S L
Decimal 144 6 134 0 0.96 0.07 0.44 304.35 0.92 0.29
Hex 90 6 86 0 60 7 2C 130 5C 1D
Octal 220 6 206 0 140 7 54 460 134 35
Binary 10010000 110 10000110 0 1100000 111 101100 100110000 1011100 11101

Color Harmonies of #900686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900686

Black with #900686

Text Example


Text Example

White with #900686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900686; }

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

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

background-color css

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

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

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

border-color css

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

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

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