#8D246D

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

Shades of Dark Purple #8D246D

Tints of Dark Purple #8D246D

Color information

#8D246D (or 0x8D246D) is unknown color: approx Dark Purple. HEX triplet: 8D, 24 and 6D. RGB value is (141,36,109). Sum of RGB (Red+Green+Blue) = 141+36+109=286 (37% of max value = 765). Red value is 141 (55.47% from 255 or 49.30% from 286); Green value is 36 (14.45% from 255 or 12.59% from 286); Blue value is 109 (42.97% from 255 or 38.11% from 286); Max value from RGB is 141 - color contains mainly: red. Hex color #8D246D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D246D is #72DB92. Grayscale: #4B4B4B. Windows color (decimal): -7527315 or 7152781. OLE color: 7152781.

HSL color Cylindrical-coordinate representation of color #8D246D: hue angle of 318.29º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8D246D is Cyan = 0, Magento = 0.74, Yellow = 0.23 and Black (K on CMYK) = 0.45.

Color convert

RGB14136109-
CMYK00.740.230.45
HSL318.29º59.32%34.71%-
HSV(B)318.29º74.47%55.29%-
XYZ14.388.0315.26-
YUV75.72146.79174.56-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 49.30%
GREEN value IS 36 (14.45% from 255) = 12.59%
BLUE value IS 109 (42.97% from 255) = 38.11%
R=49.30%
G=12.59%
B=38.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.23
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1413610900.740.230.45318.2959.3234.71
Hex8D246D04A172D13e3b23
Octal21544155011227554767343
Binary1000110110010011011010100101010111101101100111110111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D246D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,36,109); }

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

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

 a { background-color: rgb(141,36,109); }

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

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

 span { border-color: rgb(141,36,109); }

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