Html Css Color HEX #8A029C Dark Magenta

📋 copy color: '#8A029C'

red 138 ◦ green 2 ◦ blue 156

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

Shades of Dark Magenta #8A029C

Tints of Dark Magenta #8A029C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 52.7%

R = 46.62%
G = 0.68%
B = 52.7%

CMYK

 C value IS 0.12

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8A029C (or 0x8A029C) is known color: Dark Magenta. HEX triplet: 8A, 02 and 9C. RGB value is (138,2,156). Sum of RGB (Red+Green+Blue) = 138+2+156=296 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46.62% from 296); Green value is 2 (1.17% from 255 or 0.68% from 296); Blue value is 156 (61.33% from 255 or 52.70% from 296); Max value from RGB is 156 - color contains mainly: blue. Hex color #8A029C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A029C is #75FD63. Grayscale: #3B3B3B. Windows color (decimal): -7732580 or 10224266. OLE color: 10224266.

HSL color Cylindrical-coordinate representation of color #8A029C: hue angle of 292.99º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8A029C is Cyan = 0.12, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 138 2 156 -
CMYK 0.12 0.99 0 0.39
HSL 292.99º 0.97% 0.31% -
HSV(B) 292.99º 0.99% 0.61% -
XYZ 16.5 7.85 32.1 -
YUV 60.22 182.06 183.48 -
System Red Green Blue C M Y K H S L
Decimal 138 2 156 0.12 0.99 0 0.39 292.99 0.97 0.31
Hex 8A 2 9C C 63 0 27 125 61 1F
Octal 212 2 234 14 143 0 47 445 141 37
Binary 10001010 10 10011100 1100 1100011 0 100111 100100101 1100001 11111

Color Harmonies of #8A029C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A029C

Black with #8A029C

Text Example


Text Example

White with #8A029C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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