Html Css Color HEX #8605AD Dark Magenta

📋 copy color: '#8605AD'

red 134 ◦ green 5 ◦ blue 173

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

Shades of Dark Magenta #8605AD

Tints of Dark Magenta #8605AD

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.6%

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

R = 42.95%
G = 1.6%
B = 55.45%

CMYK

 C value IS 0.23

 M value IS 0.97

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8605AD (or 0x8605AD) is known color: Dark Magenta. HEX triplet: 86, 05 and AD. RGB value is (134,5,173). Sum of RGB (Red+Green+Blue) = 134+5+173=312 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.95% from 312); Green value is 5 (2.34% from 255 or 1.60% from 312); Blue value is 173 (67.97% from 255 or 55.45% from 312); Max value from RGB is 173 - color contains mainly: blue. Hex color #8605AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8605AD is #79FA52. Grayscale: #3E3E3E. Windows color (decimal): -7993939 or 11339142. OLE color: 11339142.

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

Color convert

RGB 134 5 173 -
CMYK 0.23 0.97 0 0.32
HSL 286.07º 0.94% 0.35% -
HSV(B) 286.07º 0.97% 0.68% -
XYZ 17.43 8.19 40.2 -
YUV 62.72 190.24 178.84 -
System Red Green Blue C M Y K H S L
Decimal 134 5 173 0.23 0.97 0 0.32 286.07 0.94 0.35
Hex 86 5 AD 17 61 0 20 11E 5E 23
Octal 206 5 255 27 141 0 40 436 136 43
Binary 10000110 101 10101101 10111 1100001 0 100000 100011110 1011110 100011

Color Harmonies of #8605AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8605AD

Black with #8605AD

Text Example


Text Example

White with #8605AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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