#8D1F6A

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

Shades of Dark Purple #8D1F6A

Tints of Dark Purple #8D1F6A

Color information

#8D1F6A (or 0x8D1F6A) is unknown color: approx Dark Purple. HEX triplet: 8D, 1F and 6A. RGB value is (141,31,106). Sum of RGB (Red+Green+Blue) = 141+31+106=278 (36% of max value = 765). Red value is 141 (55.47% from 255 or 50.72% from 278); Green value is 31 (12.5% from 255 or 11.15% from 278); Blue value is 106 (41.80% from 255 or 38.13% from 278); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1F6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D1F6A is #72E095. Grayscale: #484848. Windows color (decimal): -7528598 or 6954893. OLE color: 6954893.

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

Color convert

RGB14131106-
CMYK00.780.250.45
HSL319.09º63.95%33.73%-
HSV(B)319.09º78.01%55.29%-
XYZ14.087.6814.38-
YUV72.44146.94176.9-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 50.72%
GREEN value IS 31 (12.5% from 255) = 11.15%
BLUE value IS 106 (41.80% from 255) = 38.13%
R=50.72%
G=11.15%
B=38.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.25
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1413110600.780.250.45319.0963.9533.73
Hex8D1F6A04E192D13f4022
Octal215371520116315547710042
Binary1000110111111110101001001110110011011011001111111000000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D1F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,31,106); }

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

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

 a { background-color: rgb(141,31,106); }

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

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

 span { border-color: rgb(141,31,106); }

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