#8D247A

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

Shades of Dark Purple #8D247A

Tints of Dark Purple #8D247A

Color information

#8D247A (or 0x8D247A) is unknown color: approx Dark Purple. HEX triplet: 8D, 24 and 7A. RGB value is (141,36,122). Sum of RGB (Red+Green+Blue) = 141+36+122=299 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47.16% from 299); Green value is 36 (14.45% from 255 or 12.04% from 299); Blue value is 122 (48.05% from 255 or 40.80% from 299); Max value from RGB is 141 - color contains mainly: red. Hex color #8D247A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D247A is #72DB85. Grayscale: #4C4C4C. Windows color (decimal): -7527302 or 8004749. OLE color: 8004749.

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

Color convert

RGB14136122-
CMYK00.740.130.45
HSL310.86º59.32%34.71%-
HSV(B)310.86º74.47%55.29%-
XYZ15.138.3319.22-
YUV77.2153.29173.51-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 47.16%
GREEN value IS 36 (14.45% from 255) = 12.04%
BLUE value IS 122 (48.05% from 255) = 40.80%
R=47.16%
G=12.04%
B=40.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.13
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1413612200.740.130.45310.8659.3234.71
Hex8D247A04AD2D1373b23
Octal21544172011215554677343
Binary100011011001001111010010010101101101101100110111111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D247A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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