#8A0D9B

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

Shades of Dark Magenta #8A0D9B

Tints of Dark Magenta #8A0D9B

Color information

#8A0D9B (or 0x8A0D9B) is unknown color: approx Dark Magenta. HEX triplet: 8A, 0D and 9B. RGB value is (138,13,155). Sum of RGB (Red+Green+Blue) = 138+13+155=306 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.10% from 306); Green value is 13 (5.47% from 255 or 4.25% from 306); Blue value is 155 (60.94% from 255 or 50.65% from 306); Max value from RGB is 155 - color contains mainly: blue. Hex color #8A0D9B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A0D9B is #75F264. Grayscale: #424242. Windows color (decimal): -7729765 or 10161546. OLE color: 10161546.

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

Color convert

RGB13813155-
CMYK0.110.9200.39
HSL292.82º84.52%32.94%-
HSV(B)292.82º91.61%60.78%-
XYZ16.548.0631.69-
YUV66.56177.91178.95-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 45.10%
GREEN value IS 13 (5.47% from 255) = 4.25%
BLUE value IS 155 (60.94% from 255) = 50.65%
R=45.10%
G=4.25%
B=50.65%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal138131550.110.9200.39292.8284.5232.94
Hex8AD9BB5C0271255521
Octal212152331313404744512541
Binary100010101101100110111011101110001001111001001011010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A0D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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