#8D196C

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

Shades of Dark Purple #8D196C

Tints of Dark Purple #8D196C

Color information

#8D196C (or 0x8D196C) is unknown color: approx Dark Purple. HEX triplet: 8D, 19 and 6C. RGB value is (141,25,108). Sum of RGB (Red+Green+Blue) = 141+25+108=274 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.46% from 274); Green value is 25 (10.16% from 255 or 9.12% from 274); Blue value is 108 (42.58% from 255 or 39.42% from 274); Max value from RGB is 141 - color contains mainly: red. Hex color #8D196C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D196C is #72E693. Grayscale: #444444. Windows color (decimal): -7530132 or 7084429. OLE color: 7084429.

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

Color convert

RGB14125108-
CMYK00.820.230.45
HSL317.07º69.88%32.55%-
HSV(B)317.07º82.27%55.29%-
XYZ14.047.4414.88-
YUV69.15149.93179.25-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 51.46%
GREEN value IS 25 (10.16% from 255) = 9.12%
BLUE value IS 108 (42.58% from 255) = 39.42%
R=51.46%
G=9.12%
B=39.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.23
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1412510800.820.230.45317.0769.8832.55
Hex8D196C052172D13d4621
Octal215311540122275547510641
Binary1000110111001110110001010010101111011011001111011000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D196C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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