#8A0BAD

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

Shades of Dark Magenta #8A0BAD

Tints of Dark Magenta #8A0BAD

Color information

#8A0BAD (or 0x8A0BAD) is unknown color: approx Dark Magenta. HEX triplet: 8A, 0B and AD. RGB value is (138,11,173). Sum of RGB (Red+Green+Blue) = 138+11+173=322 (42% of max value = 765). Red value is 138 (54.30% from 255 or 42.86% from 322); Green value is 11 (4.69% from 255 or 3.42% from 322); Blue value is 173 (67.97% from 255 or 53.73% from 322); Max value from RGB is 173 - color contains mainly: blue. Hex color #8A0BAD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A0BAD is #75F452. Grayscale: #424242. Windows color (decimal): -7730259 or 11340682. OLE color: 11340682.

HSL color Cylindrical-coordinate representation of color #8A0BAD: hue angle of 287.04º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8A0BAD is Cyan = 0.20, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13811173-
CMYK0.200.9400.32
HSL287.04º88.04%36.08%-
HSV(B)287.04º93.64%67.84%-
XYZ18.148.6640.25-
YUV67.44187.58178.33-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 42.86%
GREEN value IS 11 (4.69% from 255) = 3.42%
BLUE value IS 173 (67.97% from 255) = 53.73%
R=42.86%
G=3.42%
B=53.73%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal138111730.200.9400.32287.0488.0436.08
Hex8ABAD145E02011f5824
Octal212132552413604043713044
Binary1000101010111010110110100101111001000001000111111011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A0BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,11,173); }

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

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

 a { background-color: rgb(138,11,173); }

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

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

 span { border-color: rgb(138,11,173); }

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