Html Css Color HEX #8A009F Dark Magenta

📋 copy color: '#8A009F'

red 138 ◦ green 0 ◦ blue 159

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

Shades of Dark Magenta #8A009F

Tints of Dark Magenta #8A009F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 53.54%

R = 46.46%
G = 0%
B = 53.54%

CMYK

 C value IS 0.13

 M value IS 1

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8A009F (or 0x8A009F) is known color: Dark Magenta. HEX triplet: 8A, 00 and 9F. RGB value is (138,0,159). Sum of RGB (Red+Green+Blue) = 138+0+159=297 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46.46% from 297); Green value is 0 (0.39% from 255 or 0% from 297); Blue value is 159 (62.5% from 255 or 53.54% from 297); Max value from RGB is 159 - color contains mainly: blue. Hex color #8A009F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A009F is #75FF60. Grayscale: #3A3A3A. Windows color (decimal): -7733089 or 10420362. OLE color: 10420362.

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

Color convert

RGB 138 0 159 -
CMYK 0.13 1 0 0.38
HSL 292.08º 1% 0.31% -
HSV(B) 292.08º 1% 0.62% -
XYZ 16.74 7.91 33.44 -
YUV 59.39 184.22 184.07 -
System Red Green Blue C M Y K H S L
Decimal 138 0 159 0.13 1 0 0.38 292.08 1 0.31
Hex 8A 0 9F D 64 0 26 124 64 1F
Octal 212 0 237 15 144 0 46 444 144 37
Binary 10001010 0 10011111 1101 1100100 0 100110 100100100 1100100 11111

Color Harmonies of #8A009F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A009F

Black with #8A009F

Text Example


Text Example

White with #8A009F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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