#8C1F81

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

Shades of Dark Purple #8C1F81

Tints of Dark Purple #8C1F81

Color information

#8C1F81 (or 0x8C1F81) is unknown color: approx Dark Purple. HEX triplet: 8C, 1F and 81. RGB value is (140,31,129). Sum of RGB (Red+Green+Blue) = 140+31+129=300 (39% of max value = 765). Red value is 140 (55.08% from 255 or 46.67% from 300); Green value is 31 (12.5% from 255 or 10.33% from 300); Blue value is 129 (50.78% from 255 or 43% from 300); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1F81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C1F81 is #73E07E. Grayscale: #4A4A4A. Windows color (decimal): -7594111 or 8462220. OLE color: 8462220.

HSL color Cylindrical-coordinate representation of color #8C1F81: hue angle of 306.06º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8C1F81 is Cyan = 0, Magento = 0.78, Yellow = 0.08 and Black (K on CMYK) = 0.45.

Color convert

RGB14031129-
CMYK00.780.080.45
HSL306.06º63.74%33.53%-
HSV(B)306.06º77.86%54.9%-
XYZ15.278.1421.54-
YUV74.76158.61174.53-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 46.67%
GREEN value IS 31 (12.5% from 255) = 10.33%
BLUE value IS 129 (50.78% from 255) = 43%
R=46.67%
G=10.33%
B=43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.08
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1403112900.780.080.45306.0663.7433.53
Hex8C1F8104E82D1324022
Octal214372010116105546210042
Binary1000110011111100000010100111010001011011001100101000000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C1F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,31,129); }

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

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

 a { background-color: rgb(140,31,129); }

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

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

 span { border-color: rgb(140,31,129); }

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