Html Css Color HEX #851087 Dark Magenta

📋 copy color: '#851087'

red 133 ◦ green 16 ◦ blue 135

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

Shades of Dark Magenta #851087

Tints of Dark Magenta #851087

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.63%

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

R = 46.83%
G = 5.63%
B = 47.54%

CMYK

 C value IS 0.01

 M value IS 0.88

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#851087 (or 0x851087) is known color: Dark Magenta. HEX triplet: 85, 10 and 87. RGB value is (133,16,135). Sum of RGB (Red+Green+Blue) = 133+16+135=284 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.83% from 284); Green value is 16 (6.64% from 255 or 5.63% from 284); Blue value is 135 (53.12% from 255 or 47.54% from 284); Max value from RGB is 135 - color contains mainly: blue. Hex color #851087 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #851087 is #7AEF78. Grayscale: #404040. Windows color (decimal): -8056697 or 8851589. OLE color: 8851589.

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

Color convert

RGB 133 16 135 -
CMYK 0.01 0.88 0 0.47
HSL 298.99º 0.79% 0.3% -
HSV(B) 298.99º 0.88% 0.53% -
XYZ 14.23 7.11 23.54 -
YUV 64.55 167.76 176.82 -
System Red Green Blue C M Y K H S L
Decimal 133 16 135 0.01 0.88 0 0.47 298.99 0.79 0.3
Hex 85 10 87 1 58 0 2F 12B 4F 1E
Octal 205 20 207 1 130 0 57 453 117 36
Binary 10000101 10000 10000111 1 1011000 0 101111 100101011 1001111 11110

Color Harmonies of #851087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851087

Black with #851087

Text Example


Text Example

White with #851087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851087; }

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

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

background-color css

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

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

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

border-color css

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

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

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