Html Css Color HEX #86168A Dark Magenta

📋 copy color: '#86168A'

red 134 ◦ green 22 ◦ blue 138

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

Shades of Dark Magenta #86168A

Tints of Dark Magenta #86168A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.48%

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

R = 45.58%
G = 7.48%
B = 46.94%

CMYK

 C value IS 0.03

 M value IS 0.84

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#86168A (or 0x86168A) is known color: Dark Magenta. HEX triplet: 86, 16 and 8A. RGB value is (134,22,138). Sum of RGB (Red+Green+Blue) = 134+22+138=294 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.58% from 294); Green value is 22 (8.98% from 255 or 7.48% from 294); Blue value is 138 (54.30% from 255 or 46.94% from 294); Max value from RGB is 138 - color contains mainly: blue. Hex color #86168A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #86168A is #79E975. Grayscale: #444444. Windows color (decimal): -7989622 or 9049734. OLE color: 9049734.

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

Color convert

RGB 134 22 138 -
CMYK 0.03 0.84 0 0.46
HSL 297.93º 0.73% 0.31% -
HSV(B) 297.93º 0.84% 0.54% -
XYZ 14.71 7.48 24.71 -
YUV 68.71 167.11 174.57 -
System Red Green Blue C M Y K H S L
Decimal 134 22 138 0.03 0.84 0 0.46 297.93 0.73 0.31
Hex 86 16 8A 3 54 0 2E 12A 48 1F
Octal 206 26 212 3 124 0 56 452 110 37
Binary 10000110 10110 10001010 11 1010100 0 101110 100101010 1001000 11111

Color Harmonies of #86168A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86168A

Black with #86168A

Text Example


Text Example

White with #86168A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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