Html Css Color HEX #8402A4 Dark Magenta

📋 copy color: '#8402A4'

red 132 ◦ green 2 ◦ blue 164

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

Shades of Dark Magenta #8402A4

Tints of Dark Magenta #8402A4

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.67%

 BLUE value IS 164 (64.45% from 255) = 55.03%

R = 44.3%
G = 0.67%
B = 55.03%

CMYK

 C value IS 0.20

 M value IS 0.99

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#8402A4 (or 0x8402A4) is known color: Dark Magenta. HEX triplet: 84, 02 and A4. RGB value is (132,2,164). Sum of RGB (Red+Green+Blue) = 132+2+164=298 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.30% from 298); Green value is 2 (1.17% from 255 or 0.67% from 298); Blue value is 164 (64.45% from 255 or 55.03% from 298); Max value from RGB is 164 - color contains mainly: blue. Hex color #8402A4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8402A4 is #7BFD5B. Grayscale: #3A3A3A. Windows color (decimal): -8125788 or 10748548. OLE color: 10748548.

HSL color Cylindrical-coordinate representation of color #8402A4: hue angle of 288.15º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8402A4 is Cyan = 0.20, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 132 2 164 -
CMYK 0.20 0.99 0 0.36
HSL 288.15º 0.98% 0.33% -
HSV(B) 288.15º 0.99% 0.64% -
XYZ 16.24 7.63 35.74 -
YUV 59.34 187.07 179.83 -
System Red Green Blue C M Y K H S L
Decimal 132 2 164 0.20 0.99 0 0.36 288.15 0.98 0.33
Hex 84 2 A4 14 63 0 24 120 62 21
Octal 204 2 244 24 143 0 44 440 142 41
Binary 10000100 10 10100100 10100 1100011 0 100100 100100000 1100010 100001

Color Harmonies of #8402A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8402A4

Black with #8402A4

Text Example


Text Example

White with #8402A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8402A4; }

 p { color: rgb(132,2,164); }

 H1.HeaderClassName
 {
   color: #8402A4;
 }
 .AnyTagClassName
 {
   color: #8402A4;
 }
</style>

background-color css

<style>
 a { background-color: #8402A4; }

 a { background-color: rgb(132,2,164); }

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

border-color css

<style>
 span { border-color: #8402A4; }

 span { border-color: rgb(132,2,164); }

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