Html Css Color HEX #8402AB Dark Magenta

📋 copy color: '#8402AB'

red 132 ◦ green 2 ◦ blue 171

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

Shades of Dark Magenta #8402AB

Tints of Dark Magenta #8402AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 56.07%

R = 43.28%
G = 0.66%
B = 56.07%

CMYK

 C value IS 0.23

 M value IS 0.99

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8402AB (or 0x8402AB) is known color: Dark Magenta. HEX triplet: 84, 02 and AB. RGB value is (132,2,171). Sum of RGB (Red+Green+Blue) = 132+2+171=305 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.28% from 305); Green value is 2 (1.17% from 255 or 0.66% from 305); Blue value is 171 (67.19% from 255 or 56.07% from 305); Max value from RGB is 171 - color contains mainly: blue. Hex color #8402AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8402AB is #7BFD54. Grayscale: #3B3B3B. Windows color (decimal): -8125781 or 11207300. OLE color: 11207300.

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

Color convert

RGB 132 2 171 -
CMYK 0.23 0.99 0 0.33
HSL 286.15º 0.98% 0.34% -
HSV(B) 286.15º 0.99% 0.67% -
XYZ 16.89 7.89 39.16 -
YUV 60.14 190.57 179.26 -
System Red Green Blue C M Y K H S L
Decimal 132 2 171 0.23 0.99 0 0.33 286.15 0.98 0.34
Hex 84 2 AB 17 63 0 21 11E 62 22
Octal 204 2 253 27 143 0 41 436 142 42
Binary 10000100 10 10101011 10111 1100011 0 100001 100011110 1100010 100010

Color Harmonies of #8402AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8402AB

Black with #8402AB

Text Example


Text Example

White with #8402AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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