Html Css Color HEX #851286 Dark Magenta

📋 copy color: '#851286'

red 133 ◦ green 18 ◦ blue 134

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

Shades of Dark Magenta #851286

Tints of Dark Magenta #851286

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.32%

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

R = 46.67%
G = 6.32%
B = 47.02%

CMYK

 C value IS 0.01

 M value IS 0.87

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#851286 (or 0x851286) is known color: Dark Magenta. HEX triplet: 85, 12 and 86. RGB value is (133,18,134). Sum of RGB (Red+Green+Blue) = 133+18+134=285 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.67% from 285); Green value is 18 (7.42% from 255 or 6.32% from 285); Blue value is 134 (52.73% from 255 or 47.02% from 285); Max value from RGB is 134 - color contains mainly: blue. Hex color #851286 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #851286 is #7AED79. Grayscale: #414141. Windows color (decimal): -8056186 or 8786565. OLE color: 8786565.

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

Color convert

RGB 133 18 134 -
CMYK 0.01 0.87 0 0.47
HSL 299.48º 0.76% 0.3% -
HSV(B) 299.48º 0.87% 0.53% -
XYZ 14.19 7.14 23.18 -
YUV 65.61 166.6 176.07 -
System Red Green Blue C M Y K H S L
Decimal 133 18 134 0.01 0.87 0 0.47 299.48 0.76 0.3
Hex 85 12 86 1 57 0 2F 12B 4C 1E
Octal 205 22 206 1 127 0 57 453 114 36
Binary 10000101 10010 10000110 1 1010111 0 101111 100101011 1001100 11110

Color Harmonies of #851286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851286

Black with #851286

Text Example


Text Example

White with #851286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851286; }

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

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

background-color css

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

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

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

border-color css

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

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

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