Html Css Color HEX #850987 Dark Magenta

📋 copy color: '#850987'

red 133 ◦ green 9 ◦ blue 135

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

Shades of Dark Magenta #850987

Tints of Dark Magenta #850987

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 48.74%

R = 48.01%
G = 3.25%
B = 48.74%

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

#850987 (or 0x850987) is known color: Dark Magenta. HEX triplet: 85, 09 and 87. RGB value is (133,9,135). Sum of RGB (Red+Green+Blue) = 133+9+135=277 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.01% from 277); Green value is 9 (3.91% from 255 or 3.25% from 277); Blue value is 135 (53.12% from 255 or 48.74% from 277); Max value from RGB is 135 - color contains mainly: blue. Hex color #850987 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850987 is #7AF678. Grayscale: #3C3C3C. Windows color (decimal): -8058489 or 8849797. OLE color: 8849797.

HSL color Cylindrical-coordinate representation of color #850987: hue angle of 299.05º degrees, saturation: 0.88, 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 #850987 is Cyan = 0.01, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 133 9 135 -
CMYK 0.01 0.93 0 0.47
HSL 299.05º 0.88% 0.28% -
HSV(B) 299.05º 0.93% 0.53% -
XYZ 14.14 6.93 23.51 -
YUV 60.44 170.08 179.75 -
System Red Green Blue C M Y K H S L
Decimal 133 9 135 0.01 0.93 0 0.47 299.05 0.88 0.28
Hex 85 9 87 1 5D 0 2F 12B 58 1C
Octal 205 11 207 1 135 0 57 453 130 34
Binary 10000101 1001 10000111 1 1011101 0 101111 100101011 1011000 11100

Color Harmonies of #850987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850987

Black with #850987

Text Example


Text Example

White with #850987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850987; }

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

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

background-color css

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

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

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

border-color css

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

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

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