Html Css Color HEX #86089D Dark Magenta

📋 copy color: '#86089D'

red 134 ◦ green 8 ◦ blue 157

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

Shades of Dark Magenta #86089D

Tints of Dark Magenta #86089D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.68%

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

R = 44.82%
G = 2.68%
B = 52.51%

CMYK

 C value IS 0.15

 M value IS 0.95

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#86089D (or 0x86089D) is known color: Dark Magenta. HEX triplet: 86, 08 and 9D. RGB value is (134,8,157). Sum of RGB (Red+Green+Blue) = 134+8+157=299 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.82% from 299); Green value is 8 (3.52% from 255 or 2.68% from 299); Blue value is 157 (61.72% from 255 or 52.51% from 299); Max value from RGB is 157 - color contains mainly: blue. Hex color #86089D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #86089D is #79F762. Grayscale: #3E3E3E. Windows color (decimal): -7993187 or 10291334. OLE color: 10291334.

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

Color convert

RGB 134 8 157 -
CMYK 0.15 0.95 0 0.38
HSL 290.74º 0.9% 0.32% -
HSV(B) 290.74º 0.95% 0.62% -
XYZ 16 7.68 32.54 -
YUV 62.66 181.24 178.88 -
System Red Green Blue C M Y K H S L
Decimal 134 8 157 0.15 0.95 0 0.38 290.74 0.9 0.32
Hex 86 8 9D F 5F 0 26 123 5A 20
Octal 206 10 235 17 137 0 46 443 132 40
Binary 10000110 1000 10011101 1111 1011111 0 100110 100100011 1011010 100000

Color Harmonies of #86089D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86089D

Black with #86089D

Text Example


Text Example

White with #86089D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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