#8A2471

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

Shades of Dark Purple #8A2471

Tints of Dark Purple #8A2471

Color information

#8A2471 (or 0x8A2471) is unknown color: approx Dark Purple. HEX triplet: 8A, 24 and 71. RGB value is (138,36,113). Sum of RGB (Red+Green+Blue) = 138+36+113=287 (38% of max value = 765). Red value is 138 (54.30% from 255 or 48.08% from 287); Green value is 36 (14.45% from 255 or 12.54% from 287); Blue value is 113 (44.53% from 255 or 39.37% from 287); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2471 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A2471 is #75DB8E. Grayscale: #4B4B4B. Windows color (decimal): -7723919 or 7414922. OLE color: 7414922.

HSL color Cylindrical-coordinate representation of color #8A2471: hue angle of 314.71º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8A2471 is Cyan = 0, Magento = 0.74, Yellow = 0.18 and Black (K on CMYK) = 0.46.

Color convert

RGB13836113-
CMYK00.740.180.46
HSL314.71º58.62%34.12%-
HSV(B)314.71º73.91%54.12%-
XYZ14.097.8616.4-
YUV75.28149.29172.74-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 48.08%
GREEN value IS 36 (14.45% from 255) = 12.54%
BLUE value IS 113 (44.53% from 255) = 39.37%
R=48.08%
G=12.54%
B=39.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.18
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1383611300.740.180.46314.7158.6234.12
Hex8A247104A122E13b3b22
Octal21244161011222564737342
Binary1000101010010011100010100101010010101110100111011111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A2471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,36,113); }

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

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

 a { background-color: rgb(138,36,113); }

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

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

 span { border-color: rgb(138,36,113); }

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