Html Css Color HEX #8A029D Dark Magenta

📋 copy color: '#8A029D'

red 138 ◦ green 2 ◦ blue 157

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

Shades of Dark Magenta #8A029D

Tints of Dark Magenta #8A029D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 52.86%

R = 46.46%
G = 0.67%
B = 52.86%

CMYK

 C value IS 0.12

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8A029D (or 0x8A029D) is known color: Dark Magenta. HEX triplet: 8A, 02 and 9D. RGB value is (138,2,157). Sum of RGB (Red+Green+Blue) = 138+2+157=297 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46.46% from 297); Green value is 2 (1.17% from 255 or 0.67% from 297); Blue value is 157 (61.72% from 255 or 52.86% from 297); Max value from RGB is 157 - color contains mainly: blue. Hex color #8A029D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A029D is #75FD62. Grayscale: #3B3B3B. Windows color (decimal): -7732579 or 10289802. OLE color: 10289802.

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

Color convert

RGB 138 2 157 -
CMYK 0.12 0.99 0 0.38
HSL 292.65º 0.97% 0.31% -
HSV(B) 292.65º 0.99% 0.62% -
XYZ 16.59 7.88 32.55 -
YUV 60.33 182.56 183.4 -
System Red Green Blue C M Y K H S L
Decimal 138 2 157 0.12 0.99 0 0.38 292.65 0.97 0.31
Hex 8A 2 9D C 63 0 26 125 61 1F
Octal 212 2 235 14 143 0 46 445 141 37
Binary 10001010 10 10011101 1100 1100011 0 100110 100100101 1100001 11111

Color Harmonies of #8A029D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A029D

Black with #8A029D

Text Example


Text Example

White with #8A029D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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