Html Css Color HEX #8A009B Dark Magenta

📋 copy color: '#8A009B'

red 138 ◦ green 0 ◦ blue 155

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

Shades of Dark Magenta #8A009B

Tints of Dark Magenta #8A009B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 47.1%
G = 0%
B = 52.9%

CMYK

 C value IS 0.11

 M value IS 1

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8A009B (or 0x8A009B) is known color: Dark Magenta. HEX triplet: 8A, 00 and 9B. RGB value is (138,0,155). Sum of RGB (Red+Green+Blue) = 138+0+155=293 (38% of max value = 765). Red value is 138 (54.30% from 255 or 47.10% from 293); Green value is 0 (0.39% from 255 or 0% from 293); Blue value is 155 (60.94% from 255 or 52.90% from 293); Max value from RGB is 155 - color contains mainly: blue. Hex color #8A009B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A009B is #75FF64. Grayscale: #3A3A3A. Windows color (decimal): -7733093 or 10158218. OLE color: 10158218.

HSL color Cylindrical-coordinate representation of color #8A009B: hue angle of 293.42º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8A009B is Cyan = 0.11, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 138 0 155 -
CMYK 0.11 1 0 0.39
HSL 293.42º 1% 0.3% -
HSV(B) 293.42º 1% 0.61% -
XYZ 16.4 7.77 31.65 -
YUV 58.93 182.22 184.4 -
System Red Green Blue C M Y K H S L
Decimal 138 0 155 0.11 1 0 0.39 293.42 1 0.3
Hex 8A 0 9B B 64 0 27 125 64 1E
Octal 212 0 233 13 144 0 47 445 144 36
Binary 10001010 0 10011011 1011 1100100 0 100111 100100101 1100100 11110

Color Harmonies of #8A009B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A009B

Black with #8A009B

Text Example


Text Example

White with #8A009B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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