Html Css Color HEX #8514A6 Dark Magenta

📋 copy color: '#8514A6'

red 133 ◦ green 20 ◦ blue 166

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

Shades of Dark Magenta #8514A6

Tints of Dark Magenta #8514A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 52.04%

R = 41.69%
G = 6.27%
B = 52.04%

CMYK

 C value IS 0.20

 M value IS 0.88

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#8514A6 (or 0x8514A6) is known color: Dark Magenta. HEX triplet: 85, 14 and A6. RGB value is (133,20,166). Sum of RGB (Red+Green+Blue) = 133+20+166=319 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.69% from 319); Green value is 20 (8.20% from 255 or 6.27% from 319); Blue value is 166 (65.23% from 255 or 52.04% from 319); Max value from RGB is 166 - color contains mainly: blue. Hex color #8514A6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8514A6 is #7AEB59. Grayscale: #454545. Windows color (decimal): -8055642 or 10884229. OLE color: 10884229.

HSL color Cylindrical-coordinate representation of color #8514A6: hue angle of 286.44º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8514A6 is Cyan = 0.20, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 133 20 166 -
CMYK 0.20 0.88 0 0.35
HSL 286.44º 0.78% 0.36% -
HSV(B) 286.44º 0.88% 0.65% -
XYZ 16.81 8.24 36.78 -
YUV 70.43 181.94 172.63 -
System Red Green Blue C M Y K H S L
Decimal 133 20 166 0.20 0.88 0 0.35 286.44 0.78 0.36
Hex 85 14 A6 14 58 0 23 11E 4E 24
Octal 205 24 246 24 130 0 43 436 116 44
Binary 10000101 10100 10100110 10100 1011000 0 100011 100011110 1001110 100100

Color Harmonies of #8514A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8514A6

Black with #8514A6

Text Example


Text Example

White with #8514A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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