Html Css Color HEX #86189D Dark Magenta

📋 copy color: '#86189D'

red 134 ◦ green 24 ◦ blue 157

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

Shades of Dark Magenta #86189D

Tints of Dark Magenta #86189D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.62%

 BLUE value IS 157 (61.72% from 255) = 49.84%

R = 42.54%
G = 7.62%
B = 49.84%

CMYK

 C value IS 0.15

 M value IS 0.85

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#86189D (or 0x86189D) is known color: Dark Magenta. HEX triplet: 86, 18 and 9D. RGB value is (134,24,157). Sum of RGB (Red+Green+Blue) = 134+24+157=315 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.54% from 315); Green value is 24 (9.77% from 255 or 7.62% from 315); Blue value is 157 (61.72% from 255 or 49.84% from 315); Max value from RGB is 157 - color contains mainly: blue. Hex color #86189D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #86189D is #79E762. Grayscale: #474747. Windows color (decimal): -7989091 or 10295430. OLE color: 10295430.

HSL color Cylindrical-coordinate representation of color #86189D: hue angle of 289.62º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #86189D is Cyan = 0.15, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 134 24 157 -
CMYK 0.15 0.85 0 0.38
HSL 289.62º 0.73% 0.35% -
HSV(B) 289.62º 0.85% 0.62% -
XYZ 16.24 8.16 32.62 -
YUV 72.05 175.94 172.19 -
System Red Green Blue C M Y K H S L
Decimal 134 24 157 0.15 0.85 0 0.38 289.62 0.73 0.35
Hex 86 18 9D F 55 0 26 122 49 23
Octal 206 30 235 17 125 0 46 442 111 43
Binary 10000110 11000 10011101 1111 1010101 0 100110 100100010 1001001 100011

Color Harmonies of #86189D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86189D

Black with #86189D

Text Example


Text Example

White with #86189D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86189D; }

 p { color: rgb(134,24,157); }

 H1.HeaderClassName
 {
   color: #86189D;
 }
 .AnyTagClassName
 {
   color: #86189D;
 }
</style>

background-color css

<style>
 a { background-color: #86189D; }

 a { background-color: rgb(134,24,157); }

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

border-color css

<style>
 span { border-color: #86189D; }

 span { border-color: rgb(134,24,157); }

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