Html Css Color HEX #850986 Dark Magenta

📋 copy color: '#850986'

red 133 ◦ green 9 ◦ blue 134

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

Shades of Dark Magenta #850986

Tints of Dark Magenta #850986

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.26%

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

R = 48.19%
G = 3.26%
B = 48.55%

CMYK

 C value IS 0.01

 M value IS 0.93

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#850986 (or 0x850986) is known color: Dark Magenta. HEX triplet: 85, 09 and 86. RGB value is (133,9,134). Sum of RGB (Red+Green+Blue) = 133+9+134=276 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.19% from 276); Green value is 9 (3.91% from 255 or 3.26% from 276); Blue value is 134 (52.73% from 255 or 48.55% from 276); Max value from RGB is 134 - color contains mainly: blue. Hex color #850986 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850986 is #7AF679. Grayscale: #3B3B3B. Windows color (decimal): -8058490 or 8784261. OLE color: 8784261.

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

Color convert

RGB 133 9 134 -
CMYK 0.01 0.93 0 0.47
HSL 299.52º 0.87% 0.28% -
HSV(B) 299.52º 0.93% 0.53% -
XYZ 14.07 6.9 23.14 -
YUV 60.33 169.58 179.84 -
System Red Green Blue C M Y K H S L
Decimal 133 9 134 0.01 0.93 0 0.47 299.52 0.87 0.28
Hex 85 9 86 1 5D 0 2F 12C 57 1C
Octal 205 11 206 1 135 0 57 454 127 34
Binary 10000101 1001 10000110 1 1011101 0 101111 100101100 1010111 11100

Color Harmonies of #850986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850986

Black with #850986

Text Example


Text Example

White with #850986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850986; }

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

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

background-color css

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

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

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

border-color css

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

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

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