#8D1F65

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

Shades of Dark Purple #8D1F65

Tints of Dark Purple #8D1F65

Color information

#8D1F65 (or 0x8D1F65) is unknown color: approx Dark Purple. HEX triplet: 8D, 1F and 65. RGB value is (141,31,101). Sum of RGB (Red+Green+Blue) = 141+31+101=273 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.65% from 273); Green value is 31 (12.5% from 255 or 11.36% from 273); Blue value is 101 (39.84% from 255 or 37.00% from 273); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1F65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D1F65 is #72E09A. Grayscale: #474747. Windows color (decimal): -7528603 or 6627213. OLE color: 6627213.

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

Color convert

RGB14131101-
CMYK00.780.280.45
HSL321.82º63.95%33.73%-
HSV(B)321.82º78.01%55.29%-
XYZ13.827.5813.05-
YUV71.87144.44177.31-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 51.65%
GREEN value IS 31 (12.5% from 255) = 11.36%
BLUE value IS 101 (39.84% from 255) = 37.00%
R=51.65%
G=11.36%
B=37.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.28
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1413110100.780.280.45321.8263.9533.73
Hex8D1F6504E1C2D1424022
Octal215371450116345550210042
Binary1000110111111110010101001110111001011011010000101000000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D1F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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