#8D177E

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

Shades of Dark Purple #8D177E

Tints of Dark Purple #8D177E

Color information

#8D177E (or 0x8D177E) is unknown color: approx Dark Purple. HEX triplet: 8D, 17 and 7E. RGB value is (141,23,126). Sum of RGB (Red+Green+Blue) = 141+23+126=290 (38% of max value = 765). Red value is 141 (55.47% from 255 or 48.62% from 290); Green value is 23 (9.38% from 255 or 7.93% from 290); Blue value is 126 (49.61% from 255 or 43.45% from 290); Max value from RGB is 141 - color contains mainly: red. Hex color #8D177E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D177E is #72E881. Grayscale: #454545. Windows color (decimal): -7530626 or 8263565. OLE color: 8263565.

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

Color convert

RGB14123126-
CMYK00.840.110.45
HSL307.63º71.95%32.16%-
HSV(B)307.63º83.69%55.29%-
XYZ15.067.7820.45-
YUV70.02159.59178.62-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 48.62%
GREEN value IS 23 (9.38% from 255) = 7.93%
BLUE value IS 126 (49.61% from 255) = 43.45%
R=48.62%
G=7.93%
B=43.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.11
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1412312600.840.110.45307.6371.9532.16
Hex8D177E054B2D1344820
Octal215271760124135546411040
Binary100011011011111111100101010010111011011001101001001000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D177E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,23,126); }

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

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

 a { background-color: rgb(141,23,126); }

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

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

 span { border-color: rgb(141,23,126); }

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