Html Css Color HEX #920586 Dark Magenta

📋 copy color: '#920586'

red 146 ◦ green 5 ◦ blue 134

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

Shades of Dark Magenta #920586

Tints of Dark Magenta #920586

RGB

 RED value IS 146 (57.42% from 255) = 51.23%

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

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

R = 51.23%
G = 1.75%
B = 47.02%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.08

 K value IS 0.43

RGB Variations

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

Color information

#920586 (or 0x920586) is known color: Dark Magenta. HEX triplet: 92, 05 and 86. RGB value is (146,5,134). Sum of RGB (Red+Green+Blue) = 146+5+134=285 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.23% from 285); Green value is 5 (2.34% from 255 or 1.75% from 285); Blue value is 134 (52.73% from 255 or 47.02% from 285); Max value from RGB is 146 - color contains mainly: red. Hex color #920586 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #920586 is #6DFA79. Grayscale: #3D3D3D. Windows color (decimal): -7207546 or 8783250. OLE color: 8783250.

HSL color Cylindrical-coordinate representation of color #920586: hue angle of 305.11º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #920586 is Cyan = 0, Magento = 0.97, Yellow = 0.08 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 5 134 -
CMYK 0 0.97 0.08 0.43
HSL 305.11º 0.93% 0.3% -
HSV(B) 305.11º 0.97% 0.57% -
XYZ 16.21 7.94 23.23 -
YUV 61.87 168.71 188.01 -
System Red Green Blue C M Y K H S L
Decimal 146 5 134 0 0.97 0.08 0.43 305.11 0.93 0.3
Hex 92 5 86 0 61 8 2B 131 5D 1E
Octal 222 5 206 0 141 10 53 461 135 36
Binary 10010010 101 10000110 0 1100001 1000 101011 100110001 1011101 11110

Color Harmonies of #920586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920586

Black with #920586

Text Example


Text Example

White with #920586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920586; }

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

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

background-color css

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

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

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

border-color css

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

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

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