#8D246C

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

Shades of Dark Purple #8D246C

Tints of Dark Purple #8D246C

Color information

#8D246C (or 0x8D246C) is unknown color: approx Dark Purple. HEX triplet: 8D, 24 and 6C. RGB value is (141,36,108). Sum of RGB (Red+Green+Blue) = 141+36+108=285 (37% of max value = 765). Red value is 141 (55.47% from 255 or 49.47% from 285); Green value is 36 (14.45% from 255 or 12.63% from 285); Blue value is 108 (42.58% from 255 or 37.89% from 285); Max value from RGB is 141 - color contains mainly: red. Hex color #8D246C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D246C is #72DB93. Grayscale: #4B4B4B. Windows color (decimal): -7527316 or 7087245. OLE color: 7087245.

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

Color convert

RGB14136108-
CMYK00.740.230.45
HSL318.86º59.32%34.71%-
HSV(B)318.86º74.47%55.29%-
XYZ14.328.0114.98-
YUV75.6146.29174.65-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 49.47%
GREEN value IS 36 (14.45% from 255) = 12.63%
BLUE value IS 108 (42.58% from 255) = 37.89%
R=49.47%
G=12.63%
B=37.89%

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
Decimal1413610800.740.230.45318.8659.3234.71
Hex8D246C04A172D13f3b23
Octal21544154011227554777343
Binary1000110110010011011000100101010111101101100111111111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D246C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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