#8D356C

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

Shades of Dark Purple #8D356C

Tints of Dark Purple #8D356C

Color information

#8D356C (or 0x8D356C) is unknown color: approx Dark Purple. HEX triplet: 8D, 35 and 6C. RGB value is (141,53,108). Sum of RGB (Red+Green+Blue) = 141+53+108=302 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.69% from 302); Green value is 53 (21.09% from 255 or 17.55% from 302); Blue value is 108 (42.58% from 255 or 35.76% from 302); Max value from RGB is 141 - color contains mainly: red. Hex color #8D356C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D356C is #72CA93. Grayscale: #555555. Windows color (decimal): -7522964 or 7091597. OLE color: 7091597.

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

Color convert

RGB14153108-
CMYK00.620.230.45
HSL322.5º45.36%38.04%-
HSV(B)322.5º62.41%55.29%-
XYZ14.969.2915.19-
YUV85.58140.65167.53-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 46.69%
GREEN value IS 53 (21.09% from 255) = 17.55%
BLUE value IS 108 (42.58% from 255) = 35.76%
R=46.69%
G=17.55%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.23
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1415310800.620.230.45322.545.3638.04
Hex8D356C03E172D1422d26
Octal2156515407627555025546
Binary100011011101011101100011111010111101101101000010101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D356C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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