Html Css Color HEX #8A029B Dark Magenta

📋 copy color: '#8A029B'

red 138 ◦ green 2 ◦ blue 155

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

Shades of Dark Magenta #8A029B

Tints of Dark Magenta #8A029B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 52.54%

R = 46.78%
G = 0.68%
B = 52.54%

CMYK

 C value IS 0.11

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8A029B (or 0x8A029B) is known color: Dark Magenta. HEX triplet: 8A, 02 and 9B. RGB value is (138,2,155). Sum of RGB (Red+Green+Blue) = 138+2+155=295 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46.78% from 295); Green value is 2 (1.17% from 255 or 0.68% from 295); Blue value is 155 (60.94% from 255 or 52.54% from 295); Max value from RGB is 155 - color contains mainly: blue. Hex color #8A029B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A029B is #75FD64. Grayscale: #3B3B3B. Windows color (decimal): -7732581 or 10158730. OLE color: 10158730.

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

Color convert

RGB 138 2 155 -
CMYK 0.11 0.99 0 0.39
HSL 293.33º 0.97% 0.31% -
HSV(B) 293.33º 0.99% 0.61% -
XYZ 16.42 7.81 31.65 -
YUV 60.11 181.56 183.56 -
System Red Green Blue C M Y K H S L
Decimal 138 2 155 0.11 0.99 0 0.39 293.33 0.97 0.31
Hex 8A 2 9B B 63 0 27 125 61 1F
Octal 212 2 233 13 143 0 47 445 141 37
Binary 10001010 10 10011011 1011 1100011 0 100111 100100101 1100001 11111

Color Harmonies of #8A029B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A029B

Black with #8A029B

Text Example


Text Example

White with #8A029B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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