Html Css Color HEX #8614A1 Dark Magenta

📋 copy color: '#8614A1'

red 134 ◦ green 20 ◦ blue 161

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

Shades of Dark Magenta #8614A1

Tints of Dark Magenta #8614A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 51.11%

R = 42.54%
G = 6.35%
B = 51.11%

CMYK

 C value IS 0.17

 M value IS 0.88

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#8614A1 (or 0x8614A1) is known color: Dark Magenta. HEX triplet: 86, 14 and A1. RGB value is (134,20,161). Sum of RGB (Red+Green+Blue) = 134+20+161=315 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.54% from 315); Green value is 20 (8.20% from 255 or 6.35% from 315); Blue value is 161 (63.28% from 255 or 51.11% from 315); Max value from RGB is 161 - color contains mainly: blue. Hex color #8614A1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8614A1 is #79EB5E. Grayscale: #454545. Windows color (decimal): -7990111 or 10556550. OLE color: 10556550.

HSL color Cylindrical-coordinate representation of color #8614A1: hue angle of 288.51º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8614A1 is Cyan = 0.17, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 134 20 161 -
CMYK 0.17 0.88 0 0.37
HSL 288.51º 0.78% 0.35% -
HSV(B) 288.51º 0.88% 0.63% -
XYZ 16.51 8.14 34.42 -
YUV 70.16 179.27 173.54 -
System Red Green Blue C M Y K H S L
Decimal 134 20 161 0.17 0.88 0 0.37 288.51 0.78 0.35
Hex 86 14 A1 11 58 0 25 121 4E 23
Octal 206 24 241 21 130 0 45 441 116 43
Binary 10000110 10100 10100001 10001 1011000 0 100101 100100001 1001110 100011

Color Harmonies of #8614A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8614A1

Black with #8614A1

Text Example


Text Example

White with #8614A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8614A1; }

 p { color: rgb(134,20,161); }

 H1.HeaderClassName
 {
   color: #8614A1;
 }
 .AnyTagClassName
 {
   color: #8614A1;
 }
</style>

background-color css

<style>
 a { background-color: #8614A1; }

 a { background-color: rgb(134,20,161); }

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

border-color css

<style>
 span { border-color: #8614A1; }

 span { border-color: rgb(134,20,161); }

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