#8D186F

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

Shades of Dark Purple #8D186F

Tints of Dark Purple #8D186F

Color information

#8D186F (or 0x8D186F) is unknown color: approx Dark Purple. HEX triplet: 8D, 18 and 6F. RGB value is (141,24,111). Sum of RGB (Red+Green+Blue) = 141+24+111=276 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.09% from 276); Green value is 24 (9.77% from 255 or 8.70% from 276); Blue value is 111 (43.75% from 255 or 40.22% from 276); Max value from RGB is 141 - color contains mainly: red. Hex color #8D186F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D186F is #72E790. Grayscale: #444444. Windows color (decimal): -7530385 or 7280781. OLE color: 7280781.

HSL color Cylindrical-coordinate representation of color #8D186F: hue angle of 315.38º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8D186F is Cyan = 0, Magento = 0.83, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB14124111-
CMYK00.830.210.45
HSL315.38º70.91%32.35%-
HSV(B)315.38º82.98%55.29%-
XYZ14.187.4615.73-
YUV68.9151.76179.43-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 51.09%
GREEN value IS 24 (9.77% from 255) = 8.70%
BLUE value IS 111 (43.75% from 255) = 40.22%
R=51.09%
G=8.70%
B=40.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1412411100.830.210.45315.3870.9132.35
Hex8D186F053152D13b4720
Octal215301570123255547310740
Binary1000110111000110111101010011101011011011001110111000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D186F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,24,111); }

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

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

 a { background-color: rgb(141,24,111); }

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

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

 span { border-color: rgb(141,24,111); }

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