Html Css Color HEX #8514AC Dark Magenta

📋 copy color: '#8514AC'

red 133 ◦ green 20 ◦ blue 172

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

Shades of Dark Magenta #8514AC

Tints of Dark Magenta #8514AC

RGB

 RED value IS 133 (52.34% from 255) = 40.92%

 GREEN value IS 20 (8.2% from 255) = 6.15%

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

R = 40.92%
G = 6.15%
B = 52.92%

CMYK

 C value IS 0.23

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8514AC (or 0x8514AC) is known color: Dark Magenta. HEX triplet: 85, 14 and AC. RGB value is (133,20,172). Sum of RGB (Red+Green+Blue) = 133+20+172=325 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.92% from 325); Green value is 20 (8.20% from 255 or 6.15% 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 #8514AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8514AC is #7AEB53. Grayscale: #464646. Windows color (decimal): -8055636 or 11277445. OLE color: 11277445.

HSL color Cylindrical-coordinate representation of color #8514AC: hue angle of 284.61º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8514AC is Cyan = 0.23, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 133 20 172 -
CMYK 0.23 0.88 0 0.33
HSL 284.61º 0.79% 0.38% -
HSV(B) 284.61º 0.88% 0.67% -
XYZ 17.37 8.47 39.75 -
YUV 71.12 184.94 172.14 -
System Red Green Blue C M Y K H S L
Decimal 133 20 172 0.23 0.88 0 0.33 284.61 0.79 0.38
Hex 85 14 AC 17 58 0 21 11D 4F 26
Octal 205 24 254 27 130 0 41 435 117 46
Binary 10000101 10100 10101100 10111 1011000 0 100001 100011101 1001111 100110

Color Harmonies of #8514AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8514AC

Black with #8514AC

Text Example


Text Example

White with #8514AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,20,172); }

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

background-color css

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

 a { background-color: rgb(133,20,172); }

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

border-color css

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

 span { border-color: rgb(133,20,172); }

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