Html Css Color HEX #8A02AC Dark Magenta

📋 copy color: '#8A02AC'

red 138 ◦ green 2 ◦ blue 172

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

Shades of Dark Magenta #8A02AC

Tints of Dark Magenta #8A02AC

RGB

 RED value IS 138 (54.3% from 255) = 44.23%

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

 BLUE value IS 172 (67.58% from 255) = 55.13%

R = 44.23%
G = 0.64%
B = 55.13%

CMYK

 C value IS 0.20

 M value IS 0.99

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8A02AC (or 0x8A02AC) is known color: Dark Magenta. HEX triplet: 8A, 02 and AC. RGB value is (138,2,172). Sum of RGB (Red+Green+Blue) = 138+2+172=312 (41% of max value = 765). Red value is 138 (54.30% from 255 or 44.23% from 312); Green value is 2 (1.17% from 255 or 0.64% from 312); Blue value is 172 (67.58% from 255 or 55.13% from 312); Max value from RGB is 172 - color contains mainly: blue. Hex color #8A02AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A02AC is #75FD53. Grayscale: #3D3D3D. Windows color (decimal): -7732564 or 11272842. OLE color: 11272842.

HSL color Cylindrical-coordinate representation of color #8A02AC: hue angle of 288º 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 #8A02AC is Cyan = 0.20, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 138 2 172 -
CMYK 0.20 0.99 0 0.33
HSL 288º 0.98% 0.34% -
HSV(B) 288º 0.99% 0.67% -
XYZ 17.95 8.43 39.71 -
YUV 62.04 190.06 182.18 -
System Red Green Blue C M Y K H S L
Decimal 138 2 172 0.20 0.99 0 0.33 288 0.98 0.34
Hex 8A 2 AC 14 63 0 21 120 62 22
Octal 212 2 254 24 143 0 41 440 142 42
Binary 10001010 10 10101100 10100 1100011 0 100001 100100000 1100010 100010

Color Harmonies of #8A02AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A02AC

Black with #8A02AC

Text Example


Text Example

White with #8A02AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A02AC; }

 p { color: rgb(138,2,172); }

 H1.HeaderClassName
 {
   color: #8A02AC;
 }
 .AnyTagClassName
 {
   color: #8A02AC;
 }
</style>

background-color css

<style>
 a { background-color: #8A02AC; }

 a { background-color: rgb(138,2,172); }

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

border-color css

<style>
 span { border-color: #8A02AC; }

 span { border-color: rgb(138,2,172); }

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