#8A1F7F

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

Shades of Dark Purple #8A1F7F

Tints of Dark Purple #8A1F7F

Color information

#8A1F7F (or 0x8A1F7F) is unknown color: approx Dark Purple. HEX triplet: 8A, 1F and 7F. RGB value is (138,31,127). Sum of RGB (Red+Green+Blue) = 138+31+127=296 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46.62% from 296); Green value is 31 (12.5% from 255 or 10.47% from 296); Blue value is 127 (50% from 255 or 42.91% from 296); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1F7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A1F7F is #75E080. Grayscale: #494949. Windows color (decimal): -7725185 or 8331146. OLE color: 8331146.

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

Color convert

RGB13831127-
CMYK00.780.080.46
HSL306.17º63.31%33.14%-
HSV(B)306.17º77.54%54.12%-
XYZ14.87.9220.83-
YUV73.94157.95173.69-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 46.62%
GREEN value IS 31 (12.5% from 255) = 10.47%
BLUE value IS 127 (50% from 255) = 42.91%
R=46.62%
G=10.47%
B=42.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.08
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1383112700.780.080.46306.1763.3133.14
Hex8A1F7F04E82E1323f21
Octal21237177011610564627741
Binary10001010111111111111010011101000101110100110010111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A1F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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