#8A2C88

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

Shades of Dark Purple #8A2C88

Tints of Dark Purple #8A2C88

Color information

#8A2C88 (or 0x8A2C88) is unknown color: approx Dark Purple. HEX triplet: 8A, 2C and 88. RGB value is (138,44,136). Sum of RGB (Red+Green+Blue) = 138+44+136=318 (42% of max value = 765). Red value is 138 (54.30% from 255 or 43.40% from 318); Green value is 44 (17.58% from 255 or 13.84% from 318); Blue value is 136 (53.52% from 255 or 42.77% from 318); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2C88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A2C88 is #75D377. Grayscale: #525252. Windows color (decimal): -7721848 or 8924298. OLE color: 8924298.

HSL color Cylindrical-coordinate representation of color #8A2C88: hue angle of 301.28º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8A2C88 is Cyan = 0, Magento = 0.68, Yellow = 0.01 and Black (K on CMYK) = 0.46.

Color convert

RGB13844136-
CMYK00.680.010.46
HSL301.28º51.65%35.69%-
HSV(B)301.28º68.12%54.12%-
XYZ15.838.9824.19-
YUV82.59158.14167.52-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 43.40%
GREEN value IS 44 (17.58% from 255) = 13.84%
BLUE value IS 136 (53.52% from 255) = 42.77%
R=43.40%
G=13.84%
B=42.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.01
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1384413600.680.010.46301.2851.6535.69
Hex8A2C8804412E12d3424
Octal2125421001041564556444
Binary1000101010110010001000010001001101110100101101110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A2C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,44,136); }

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

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

 a { background-color: rgb(138,44,136); }

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

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

 span { border-color: rgb(138,44,136); }

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