Html Css Color HEX #851387 Dark Magenta

📋 copy color: '#851387'

red 133 ◦ green 19 ◦ blue 135

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

Shades of Dark Magenta #851387

Tints of Dark Magenta #851387

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.62%

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

R = 46.34%
G = 6.62%
B = 47.04%

CMYK

 C value IS 0.01

 M value IS 0.86

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#851387 (or 0x851387) is known color: Dark Magenta. HEX triplet: 85, 13 and 87. RGB value is (133,19,135). Sum of RGB (Red+Green+Blue) = 133+19+135=287 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.34% from 287); Green value is 19 (7.81% from 255 or 6.62% from 287); Blue value is 135 (53.12% from 255 or 47.04% from 287); Max value from RGB is 135 - color contains mainly: blue. Hex color #851387 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #851387 is #7AEC78. Grayscale: #414141. Windows color (decimal): -8055929 or 8852357. OLE color: 8852357.

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

Color convert

RGB 133 19 135 -
CMYK 0.01 0.86 0 0.47
HSL 298.97º 0.75% 0.3% -
HSV(B) 298.97º 0.86% 0.53% -
XYZ 14.28 7.2 23.56 -
YUV 66.31 166.77 175.57 -
System Red Green Blue C M Y K H S L
Decimal 133 19 135 0.01 0.86 0 0.47 298.97 0.75 0.3
Hex 85 13 87 1 56 0 2F 12B 4B 1E
Octal 205 23 207 1 126 0 57 453 113 36
Binary 10000101 10011 10000111 1 1010110 0 101111 100101011 1001011 11110

Color Harmonies of #851387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851387

Black with #851387

Text Example


Text Example

White with #851387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851387; }

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

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

background-color css

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

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

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

border-color css

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

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

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