Html Css Color HEX #8610AD Dark Magenta

📋 copy color: '#8610AD'

red 134 ◦ green 16 ◦ blue 173

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

Shades of Dark Magenta #8610AD

Tints of Dark Magenta #8610AD

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.95%

 BLUE value IS 173 (67.97% from 255) = 53.56%

R = 41.49%
G = 4.95%
B = 53.56%

CMYK

 C value IS 0.23

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8610AD (or 0x8610AD) is known color: Dark Magenta. HEX triplet: 86, 10 and AD. RGB value is (134,16,173). Sum of RGB (Red+Green+Blue) = 134+16+173=323 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.49% from 323); Green value is 16 (6.64% from 255 or 4.95% from 323); Blue value is 173 (67.97% from 255 or 53.56% from 323); Max value from RGB is 173 - color contains mainly: blue. Hex color #8610AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8610AD is #79EF52. Grayscale: #444444. Windows color (decimal): -7991123 or 11341958. OLE color: 11341958.

HSL color Cylindrical-coordinate representation of color #8610AD: hue angle of 285.1º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8610AD is Cyan = 0.23, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 134 16 173 -
CMYK 0.23 0.91 0 0.32
HSL 285.1º 0.83% 0.37% -
HSV(B) 285.1º 0.91% 0.68% -
XYZ 17.56 8.46 40.24 -
YUV 69.18 186.59 174.23 -
System Red Green Blue C M Y K H S L
Decimal 134 16 173 0.23 0.91 0 0.32 285.1 0.83 0.37
Hex 86 10 AD 17 5B 0 20 11D 53 25
Octal 206 20 255 27 133 0 40 435 123 45
Binary 10000110 10000 10101101 10111 1011011 0 100000 100011101 1010011 100101

Color Harmonies of #8610AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8610AD

Black with #8610AD

Text Example


Text Example

White with #8610AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8610AD; }

 p { color: rgb(134,16,173); }

 H1.HeaderClassName
 {
   color: #8610AD;
 }
 .AnyTagClassName
 {
   color: #8610AD;
 }
</style>

background-color css

<style>
 a { background-color: #8610AD; }

 a { background-color: rgb(134,16,173); }

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

border-color css

<style>
 span { border-color: #8610AD; }

 span { border-color: rgb(134,16,173); }

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