#8A1F80

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

Shades of Dark Purple #8A1F80

Tints of Dark Purple #8A1F80

Color information

#8A1F80 (or 0x8A1F80) is unknown color: approx Dark Purple. HEX triplet: 8A, 1F and 80. RGB value is (138,31,128). Sum of RGB (Red+Green+Blue) = 138+31+128=297 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46.46% from 297); Green value is 31 (12.5% from 255 or 10.44% from 297); Blue value is 128 (50.39% from 255 or 43.10% from 297); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1F80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A1F80 is #75E07F. Grayscale: #494949. Windows color (decimal): -7725184 or 8396682. OLE color: 8396682.

HSL color Cylindrical-coordinate representation of color #8A1F80: hue angle of 305.61º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8A1F80 is Cyan = 0, Magento = 0.78, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB13831128-
CMYK00.780.070.46
HSL305.61º63.31%33.14%-
HSV(B)305.61º77.54%54.12%-
XYZ14.877.9421.17-
YUV74.05158.45173.61-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 46.46%
GREEN value IS 31 (12.5% from 255) = 10.44%
BLUE value IS 128 (50.39% from 255) = 43.10%
R=46.46%
G=10.44%
B=43.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1383112800.780.070.46305.6163.3133.14
Hex8A1F8004E72E1323f21
Octal2123720001167564627741
Binary10001010111111000000001001110111101110100110010111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A1F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,31,128); }

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

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

 a { background-color: rgb(138,31,128); }

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

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

 span { border-color: rgb(138,31,128); }

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