Html Css Color HEX #86009C Dark Magenta

📋 copy color: '#86009C'

red 134 ◦ green 0 ◦ blue 156

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

Shades of Dark Magenta #86009C

Tints of Dark Magenta #86009C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 156 (61.33% from 255) = 53.79%

R = 46.21%
G = 0%
B = 53.79%

CMYK

 C value IS 0.14

 M value IS 1

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#86009C (or 0x86009C) is known color: Dark Magenta. HEX triplet: 86, 00 and 9C. RGB value is (134,0,156). Sum of RGB (Red+Green+Blue) = 134+0+156=290 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.21% from 290); Green value is 0 (0.39% from 255 or 0% from 290); Blue value is 156 (61.33% from 255 or 53.79% from 290); Max value from RGB is 156 - color contains mainly: blue. Hex color #86009C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #86009C is #79FF63. Grayscale: #393939. Windows color (decimal): -7995236 or 10223750. OLE color: 10223750.

HSL color Cylindrical-coordinate representation of color #86009C: hue angle of 291.54º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #86009C is Cyan = 0.14, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 134 0 156 -
CMYK 0.14 1 0 0.39
HSL 291.54º 1% 0.31% -
HSV(B) 291.54º 1% 0.61% -
XYZ 15.83 7.47 32.06 -
YUV 57.85 183.39 182.32 -
System Red Green Blue C M Y K H S L
Decimal 134 0 156 0.14 1 0 0.39 291.54 1 0.31
Hex 86 0 9C E 64 0 27 124 64 1F
Octal 206 0 234 16 144 0 47 444 144 37
Binary 10000110 0 10011100 1110 1100100 0 100111 100100100 1100100 11111

Color Harmonies of #86009C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86009C

Black with #86009C

Text Example


Text Example

White with #86009C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86009C; }

 p { color: rgb(134,0,156); }

 H1.HeaderClassName
 {
   color: #86009C;
 }
 .AnyTagClassName
 {
   color: #86009C;
 }
</style>

background-color css

<style>
 a { background-color: #86009C; }

 a { background-color: rgb(134,0,156); }

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

border-color css

<style>
 span { border-color: #86009C; }

 span { border-color: rgb(134,0,156); }

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