#8A069D

Color #8A069D Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #8A069D

Tints of Dark Magenta #8A069D

Color information

#8A069D (or 0x8A069D) is unknown color: approx Dark Magenta. HEX triplet: 8A, 06 and 9D. RGB value is (138,6,157). Sum of RGB (Red+Green+Blue) = 138+6+157=301 (39% of max value = 765). Red value is 138 (54.30% from 255 or 45.85% from 301); Green value is 6 (2.73% from 255 or 1.99% from 301); Blue value is 157 (61.72% from 255 or 52.16% from 301); Max value from RGB is 157 - color contains mainly: blue. Hex color #8A069D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A069D is #75F962. Grayscale: #3E3E3E. Windows color (decimal): -7731555 or 10290826. OLE color: 10290826.

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

Color convert

RGB1386157-
CMYK0.120.9600.38
HSL292.45º92.64%31.96%-
HSV(B)292.45º96.18%61.57%-
XYZ16.637.9732.56-
YUV62.68181.23181.72-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 45.85%
GREEN value IS 6 (2.73% from 255) = 1.99%
BLUE value IS 157 (61.72% from 255) = 52.16%
R=45.85%
G=1.99%
B=52.16%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal13861570.120.9600.38292.4592.6431.96
Hex8A69DC600261245d20
Octal21262351414004644413540
Binary10001010110100111011100110000001001101001001001011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A069D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8A069D;
 }
 .AnyTagClassName
 {
   color: #8A069D;
 }
</style>
background-color css

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

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

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

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

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

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