Html Css Color HEX #850486 Dark Magenta

📋 copy color: '#850486'

red 133 ◦ green 4 ◦ blue 134

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

Shades of Dark Magenta #850486

Tints of Dark Magenta #850486

RGB

 RED value IS 133 (52.34% from 255) = 49.08%

 GREEN value IS 4 (1.95% from 255) = 1.48%

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

R = 49.08%
G = 1.48%
B = 49.45%

CMYK

 C value IS 0.01

 M value IS 0.97

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#850486 (or 0x850486) is known color: Dark Magenta. HEX triplet: 85, 04 and 86. RGB value is (133,4,134). Sum of RGB (Red+Green+Blue) = 133+4+134=271 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.08% from 271); Green value is 4 (1.95% from 255 or 1.48% from 271); Blue value is 134 (52.73% from 255 or 49.45% from 271); Max value from RGB is 134 - color contains mainly: blue. Hex color #850486 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850486 is #7AFB79. Grayscale: #393939. Windows color (decimal): -8059770 or 8782981. OLE color: 8782981.

HSL color Cylindrical-coordinate representation of color #850486: hue angle of 299.54º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #850486 is Cyan = 0.01, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 133 4 134 -
CMYK 0.01 0.97 0 0.47
HSL 299.54º 0.94% 0.27% -
HSV(B) 299.54º 0.97% 0.53% -
XYZ 14.02 6.79 23.13 -
YUV 57.39 171.24 181.93 -
System Red Green Blue C M Y K H S L
Decimal 133 4 134 0.01 0.97 0 0.47 299.54 0.94 0.27
Hex 85 4 86 1 61 0 2F 12C 5E 1B
Octal 205 4 206 1 141 0 57 454 136 33
Binary 10000101 100 10000110 1 1100001 0 101111 100101100 1011110 11011

Color Harmonies of #850486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850486

Black with #850486

Text Example


Text Example

White with #850486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850486; }

 p { color: rgb(133,4,134); }

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

background-color css

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

 a { background-color: rgb(133,4,134); }

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

border-color css

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

 span { border-color: rgb(133,4,134); }

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