Html Css Color HEX #86018A Dark Magenta

📋 copy color: '#86018A'

red 134 ◦ green 1 ◦ blue 138

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

Shades of Dark Magenta #86018A

Tints of Dark Magenta #86018A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.37%

 BLUE value IS 138 (54.3% from 255) = 50.55%

R = 49.08%
G = 0.37%
B = 50.55%

CMYK

 C value IS 0.03

 M value IS 0.99

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#86018A (or 0x86018A) is known color: Dark Magenta. HEX triplet: 86, 01 and 8A. RGB value is (134,1,138). Sum of RGB (Red+Green+Blue) = 134+1+138=273 (36% of max value = 765). Red value is 134 (52.73% from 255 or 49.08% from 273); Green value is 1 (0.78% from 255 or 0.37% from 273); Blue value is 138 (54.30% from 255 or 50.55% from 273); Max value from RGB is 138 - color contains mainly: blue. Hex color #86018A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #86018A is #79FE75. Grayscale: #373737. Windows color (decimal): -7994998 or 9044358. OLE color: 9044358.

HSL color Cylindrical-coordinate representation of color #86018A: hue angle of 298.25º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #86018A is Cyan = 0.03, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 134 1 138 -
CMYK 0.03 0.99 0 0.46
HSL 298.25º 0.99% 0.27% -
HSV(B) 298.25º 0.99% 0.54% -
XYZ 14.43 6.93 24.62 -
YUV 56.39 174.06 183.36 -
System Red Green Blue C M Y K H S L
Decimal 134 1 138 0.03 0.99 0 0.46 298.25 0.99 0.27
Hex 86 1 8A 3 63 0 2E 12A 63 1B
Octal 206 1 212 3 143 0 56 452 143 33
Binary 10000110 1 10001010 11 1100011 0 101110 100101010 1100011 11011

Color Harmonies of #86018A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86018A

Black with #86018A

Text Example


Text Example

White with #86018A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86018A; }

 p { color: rgb(134,1,138); }

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

background-color css

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

 a { background-color: rgb(134,1,138); }

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

border-color css

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

 span { border-color: rgb(134,1,138); }

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