Html Css Color HEX #8415A7 Dark Magenta

📋 copy color: '#8415A7'

red 132 ◦ green 21 ◦ blue 167

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

Shades of Dark Magenta #8415A7

Tints of Dark Magenta #8415A7

RGB

 RED value IS 132 (51.95% from 255) = 41.25%

 GREEN value IS 21 (8.59% from 255) = 6.56%

 BLUE value IS 167 (65.63% from 255) = 52.19%

R = 41.25%
G = 6.56%
B = 52.19%

CMYK

 C value IS 0.21

 M value IS 0.87

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#8415A7 (or 0x8415A7) is known color: Dark Magenta. HEX triplet: 84, 15 and A7. RGB value is (132,21,167). Sum of RGB (Red+Green+Blue) = 132+21+167=320 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.25% from 320); Green value is 21 (8.59% from 255 or 6.56% from 320); Blue value is 167 (65.62% from 255 or 52.19% from 320); Max value from RGB is 167 - color contains mainly: blue. Hex color #8415A7 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8415A7 is #7BEA58. Grayscale: #464646. Windows color (decimal): -8120921 or 10950020. OLE color: 10950020.

HSL color Cylindrical-coordinate representation of color #8415A7: hue angle of 285.62º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8415A7 is Cyan = 0.21, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 132 21 167 -
CMYK 0.21 0.87 0 0.35
HSL 285.62º 0.78% 0.37% -
HSV(B) 285.62º 0.87% 0.65% -
XYZ 16.76 8.23 37.26 -
YUV 70.83 182.27 171.63 -
System Red Green Blue C M Y K H S L
Decimal 132 21 167 0.21 0.87 0 0.35 285.62 0.78 0.37
Hex 84 15 A7 15 57 0 23 11E 4E 25
Octal 204 25 247 25 127 0 43 436 116 45
Binary 10000100 10101 10100111 10101 1010111 0 100011 100011110 1001110 100101

Color Harmonies of #8415A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8415A7

Black with #8415A7

Text Example


Text Example

White with #8415A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8415A7; }

 p { color: rgb(132,21,167); }

 H1.HeaderClassName
 {
   color: #8415A7;
 }
 .AnyTagClassName
 {
   color: #8415A7;
 }
</style>

background-color css

<style>
 a { background-color: #8415A7; }

 a { background-color: rgb(132,21,167); }

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

border-color css

<style>
 span { border-color: #8415A7; }

 span { border-color: rgb(132,21,167); }

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