Html Css Color HEX #86048E Dark Magenta

📋 copy color: '#86048E'

red 134 ◦ green 4 ◦ blue 142

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

Shades of Dark Magenta #86048E

Tints of Dark Magenta #86048E

RGB

 RED value IS 134 (52.73% from 255) = 47.86%

 GREEN value IS 4 (1.95% from 255) = 1.43%

 BLUE value IS 142 (55.86% from 255) = 50.71%

R = 47.86%
G = 1.43%
B = 50.71%

CMYK

 C value IS 0.06

 M value IS 0.97

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#86048E (or 0x86048E) is known color: Dark Magenta. HEX triplet: 86, 04 and 8E. RGB value is (134,4,142). Sum of RGB (Red+Green+Blue) = 134+4+142=280 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.86% from 280); Green value is 4 (1.95% from 255 or 1.43% from 280); Blue value is 142 (55.86% from 255 or 50.71% from 280); Max value from RGB is 142 - color contains mainly: blue. Hex color #86048E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #86048E is #79FB71. Grayscale: #3A3A3A. Windows color (decimal): -7994226 or 9307270. OLE color: 9307270.

HSL color Cylindrical-coordinate representation of color #86048E: hue angle of 296.52º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #86048E is Cyan = 0.06, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 134 4 142 -
CMYK 0.06 0.97 0 0.44
HSL 296.52º 0.95% 0.29% -
HSV(B) 296.52º 0.97% 0.56% -
XYZ 14.76 7.11 26.19 -
YUV 58.6 175.07 181.78 -
System Red Green Blue C M Y K H S L
Decimal 134 4 142 0.06 0.97 0 0.44 296.52 0.95 0.29
Hex 86 4 8E 6 61 0 2C 129 5F 1D
Octal 206 4 216 6 141 0 54 451 137 35
Binary 10000110 100 10001110 110 1100001 0 101100 100101001 1011111 11101

Color Harmonies of #86048E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86048E

Black with #86048E

Text Example


Text Example

White with #86048E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86048E; }

 p { color: rgb(134,4,142); }

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

background-color css

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

 a { background-color: rgb(134,4,142); }

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

border-color css

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

 span { border-color: rgb(134,4,142); }

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