#8A1F87

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

Shades of Dark Purple #8A1F87

Tints of Dark Purple #8A1F87

Color information

#8A1F87 (or 0x8A1F87) is unknown color: approx Dark Purple. HEX triplet: 8A, 1F and 87. RGB value is (138,31,135). Sum of RGB (Red+Green+Blue) = 138+31+135=304 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.39% from 304); Green value is 31 (12.5% from 255 or 10.20% from 304); Blue value is 135 (53.12% from 255 or 44.41% from 304); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1F87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A1F87 is #75E078. Grayscale: #4A4A4A. Windows color (decimal): -7725177 or 8855434. OLE color: 8855434.

HSL color Cylindrical-coordinate representation of color #8A1F87: hue angle of 301.68º 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 #8A1F87 is Cyan = 0, Magento = 0.78, Yellow = 0.02 and Black (K on CMYK) = 0.46.

Color convert

RGB13831135-
CMYK00.780.020.46
HSL301.68º63.31%33.14%-
HSV(B)301.68º77.54%54.12%-
XYZ15.348.1323.68-
YUV74.85161.95173.04-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 45.39%
GREEN value IS 31 (12.5% from 255) = 10.20%
BLUE value IS 135 (53.12% from 255) = 44.41%
R=45.39%
G=10.20%
B=44.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.02
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1383113500.780.020.46301.6863.3133.14
Hex8A1F8704E22E12e3f21
Octal2123720701162564567741
Binary1000101011111100001110100111010101110100101110111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A1F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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