Html Css Color HEX #8613AC Dark Magenta

📋 copy color: '#8613AC'

red 134 ◦ green 19 ◦ blue 172

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

Shades of Dark Magenta #8613AC

Tints of Dark Magenta #8613AC

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.85%

 BLUE value IS 172 (67.58% from 255) = 52.92%

R = 41.23%
G = 5.85%
B = 52.92%

CMYK

 C value IS 0.22

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8613AC (or 0x8613AC) is known color: Dark Magenta. HEX triplet: 86, 13 and AC. RGB value is (134,19,172). Sum of RGB (Red+Green+Blue) = 134+19+172=325 (43% of max value = 765). Red value is 134 (52.73% from 255 or 41.23% from 325); Green value is 19 (7.81% from 255 or 5.85% from 325); Blue value is 172 (67.58% from 255 or 52.92% from 325); Max value from RGB is 172 - color contains mainly: blue. Hex color #8613AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8613AC is #79EC53. Grayscale: #464646. Windows color (decimal): -7990356 or 11277190. OLE color: 11277190.

HSL color Cylindrical-coordinate representation of color #8613AC: hue angle of 285.1º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8613AC is Cyan = 0.22, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 134 19 172 -
CMYK 0.22 0.89 0 0.33
HSL 285.1º 0.8% 0.37% -
HSV(B) 285.1º 0.89% 0.67% -
XYZ 17.51 8.51 39.75 -
YUV 70.83 185.1 173.06 -
System Red Green Blue C M Y K H S L
Decimal 134 19 172 0.22 0.89 0 0.33 285.1 0.8 0.37
Hex 86 13 AC 16 59 0 21 11D 50 25
Octal 206 23 254 26 131 0 41 435 120 45
Binary 10000110 10011 10101100 10110 1011001 0 100001 100011101 1010000 100101

Color Harmonies of #8613AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8613AC

Black with #8613AC

Text Example


Text Example

White with #8613AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8613AC; }

 p { color: rgb(134,19,172); }

 H1.HeaderClassName
 {
   color: #8613AC;
 }
 .AnyTagClassName
 {
   color: #8613AC;
 }
</style>

background-color css

<style>
 a { background-color: #8613AC; }

 a { background-color: rgb(134,19,172); }

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

border-color css

<style>
 span { border-color: #8613AC; }

 span { border-color: rgb(134,19,172); }

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