Html Css Color HEX #86178A Dark Magenta

📋 copy color: '#86178A'

red 134 ◦ green 23 ◦ blue 138

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

Shades of Dark Magenta #86178A

Tints of Dark Magenta #86178A

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.8%

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

R = 45.42%
G = 7.8%
B = 46.78%

CMYK

 C value IS 0.03

 M value IS 0.83

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#86178A (or 0x86178A) is known color: Dark Magenta. HEX triplet: 86, 17 and 8A. RGB value is (134,23,138). Sum of RGB (Red+Green+Blue) = 134+23+138=295 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.42% from 295); Green value is 23 (9.38% from 255 or 7.80% from 295); Blue value is 138 (54.30% from 255 or 46.78% from 295); Max value from RGB is 138 - color contains mainly: blue. Hex color #86178A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #86178A is #79E875. Grayscale: #444444. Windows color (decimal): -7989366 or 9049990. OLE color: 9049990.

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

Color convert

RGB 134 23 138 -
CMYK 0.03 0.83 0 0.46
HSL 297.91º 0.71% 0.32% -
HSV(B) 297.91º 0.83% 0.54% -
XYZ 14.73 7.52 24.72 -
YUV 69.3 166.77 174.15 -
System Red Green Blue C M Y K H S L
Decimal 134 23 138 0.03 0.83 0 0.46 297.91 0.71 0.32
Hex 86 17 8A 3 53 0 2E 12A 47 20
Octal 206 27 212 3 123 0 56 452 107 40
Binary 10000110 10111 10001010 11 1010011 0 101110 100101010 1000111 100000

Color Harmonies of #86178A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86178A

Black with #86178A

Text Example


Text Example

White with #86178A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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