Html Css Color HEX #86028F Dark Magenta

📋 copy color: '#86028F'

red 134 ◦ green 2 ◦ blue 143

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

Shades of Dark Magenta #86028F

Tints of Dark Magenta #86028F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.72%

 BLUE value IS 143 (56.25% from 255) = 51.25%

R = 48.03%
G = 0.72%
B = 51.25%

CMYK

 C value IS 0.06

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#86028F (or 0x86028F) is known color: Dark Magenta. HEX triplet: 86, 02 and 8F. RGB value is (134,2,143). Sum of RGB (Red+Green+Blue) = 134+2+143=279 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.03% from 279); Green value is 2 (1.17% from 255 or 0.72% from 279); Blue value is 143 (56.25% from 255 or 51.25% from 279); Max value from RGB is 143 - color contains mainly: blue. Hex color #86028F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #86028F is #79FD70. Grayscale: #393939. Windows color (decimal): -7994737 or 9372294. OLE color: 9372294.

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

Color convert

RGB 134 2 143 -
CMYK 0.06 0.99 0 0.44
HSL 296.17º 0.97% 0.28% -
HSV(B) 296.17º 0.99% 0.56% -
XYZ 14.81 7.09 26.58 -
YUV 57.54 176.23 182.54 -
System Red Green Blue C M Y K H S L
Decimal 134 2 143 0.06 0.99 0 0.44 296.17 0.97 0.28
Hex 86 2 8F 6 63 0 2C 128 61 1C
Octal 206 2 217 6 143 0 54 450 141 34
Binary 10000110 10 10001111 110 1100011 0 101100 100101000 1100001 11100

Color Harmonies of #86028F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86028F

Black with #86028F

Text Example


Text Example

White with #86028F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86028F; }

 p { color: rgb(134,2,143); }

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

background-color css

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

 a { background-color: rgb(134,2,143); }

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

border-color css

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

 span { border-color: rgb(134,2,143); }

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