Html Css Color HEX #86048C Dark Magenta

📋 copy color: '#86048C'

red 134 ◦ green 4 ◦ blue 140

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

Shades of Dark Magenta #86048C

Tints of Dark Magenta #86048C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 50.36%

R = 48.2%
G = 1.44%
B = 50.36%

CMYK

 C value IS 0.04

 M value IS 0.97

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#86048C (or 0x86048C) is known color: Dark Magenta. HEX triplet: 86, 04 and 8C. RGB value is (134,4,140). Sum of RGB (Red+Green+Blue) = 134+4+140=278 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.20% from 278); Green value is 4 (1.95% from 255 or 1.44% from 278); Blue value is 140 (55.08% from 255 or 50.36% from 278); Max value from RGB is 140 - color contains mainly: blue. Hex color #86048C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #86048C is #79FB73. Grayscale: #393939. Windows color (decimal): -7994228 or 9176198. OLE color: 9176198.

HSL color Cylindrical-coordinate representation of color #86048C: hue angle of 297.35º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #86048C is Cyan = 0.04, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 134 4 140 -
CMYK 0.04 0.97 0 0.45
HSL 297.35º 0.94% 0.28% -
HSV(B) 297.35º 0.97% 0.55% -
XYZ 14.61 7.05 25.4 -
YUV 58.37 174.07 181.94 -
System Red Green Blue C M Y K H S L
Decimal 134 4 140 0.04 0.97 0 0.45 297.35 0.94 0.28
Hex 86 4 8C 4 61 0 2D 129 5E 1C
Octal 206 4 214 4 141 0 55 451 136 34
Binary 10000110 100 10001100 100 1100001 0 101101 100101001 1011110 11100

Color Harmonies of #86048C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86048C

Black with #86048C

Text Example


Text Example

White with #86048C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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