#8D2473

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

Shades of Dark Purple #8D2473

Tints of Dark Purple #8D2473

Color information

#8D2473 (or 0x8D2473) is unknown color: approx Dark Purple. HEX triplet: 8D, 24 and 73. RGB value is (141,36,115). Sum of RGB (Red+Green+Blue) = 141+36+115=292 (38% of max value = 765). Red value is 141 (55.47% from 255 or 48.29% from 292); Green value is 36 (14.45% from 255 or 12.33% from 292); Blue value is 115 (45.31% from 255 or 39.38% from 292); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2473 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D2473 is #72DB8C. Grayscale: #4C4C4C. Windows color (decimal): -7527309 or 7545997. OLE color: 7545997.

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

Color convert

RGB14136115-
CMYK00.740.180.45
HSL314.86º59.32%34.71%-
HSV(B)314.86º74.47%55.29%-
XYZ14.718.1617.02-
YUV76.4149.79174.08-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 48.29%
GREEN value IS 36 (14.45% from 255) = 12.33%
BLUE value IS 115 (45.31% from 255) = 39.38%
R=48.29%
G=12.33%
B=39.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.18
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1413611500.740.180.45314.8659.3234.71
Hex8D247304A122D13b3b23
Octal21544163011222554737343
Binary1000110110010011100110100101010010101101100111011111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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