Html Css Color HEX #86099C Dark Magenta

📋 copy color: '#86099C'

red 134 ◦ green 9 ◦ blue 156

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

Shades of Dark Magenta #86099C

Tints of Dark Magenta #86099C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.01%

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

R = 44.82%
G = 3.01%
B = 52.17%

CMYK

 C value IS 0.14

 M value IS 0.94

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#86099C (or 0x86099C) is known color: Dark Magenta. HEX triplet: 86, 09 and 9C. RGB value is (134,9,156). Sum of RGB (Red+Green+Blue) = 134+9+156=299 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.82% from 299); Green value is 9 (3.91% from 255 or 3.01% from 299); Blue value is 156 (61.33% from 255 or 52.17% from 299); Max value from RGB is 156 - color contains mainly: blue. Hex color #86099C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #86099C is #79F663. Grayscale: #3E3E3E. Windows color (decimal): -7992932 or 10226054. OLE color: 10226054.

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

Color convert

RGB 134 9 156 -
CMYK 0.14 0.94 0 0.39
HSL 291.02º 0.89% 0.32% -
HSV(B) 291.02º 0.94% 0.61% -
XYZ 15.93 7.66 32.09 -
YUV 63.13 180.41 178.55 -
System Red Green Blue C M Y K H S L
Decimal 134 9 156 0.14 0.94 0 0.39 291.02 0.89 0.32
Hex 86 9 9C E 5E 0 27 123 59 20
Octal 206 11 234 16 136 0 47 443 131 40
Binary 10000110 1001 10011100 1110 1011110 0 100111 100100011 1011001 100000

Color Harmonies of #86099C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86099C

Black with #86099C

Text Example


Text Example

White with #86099C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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