#8D336D

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

Shades of Dark Purple #8D336D

Tints of Dark Purple #8D336D

Color information

#8D336D (or 0x8D336D) is unknown color: approx Dark Purple. HEX triplet: 8D, 33 and 6D. RGB value is (141,51,109). Sum of RGB (Red+Green+Blue) = 141+51+109=301 (39% of max value = 765). Red value is 141 (55.47% from 255 or 46.84% from 301); Green value is 51 (20.31% from 255 or 16.94% from 301); Blue value is 109 (42.97% from 255 or 36.21% from 301); Max value from RGB is 141 - color contains mainly: red. Hex color #8D336D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D336D is #72CC92. Grayscale: #545454. Windows color (decimal): -7523475 or 7156621. OLE color: 7156621.

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

Color convert

RGB14151109-
CMYK00.640.230.45
HSL321.33º46.88%37.65%-
HSV(B)321.33º63.83%55.29%-
XYZ14.939.1315.44-
YUV84.52141.82168.28-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 46.84%
GREEN value IS 51 (20.31% from 255) = 16.94%
BLUE value IS 109 (42.97% from 255) = 36.21%
R=46.84%
G=16.94%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.23
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1415110900.640.230.45321.3346.8837.65
Hex8D336D040172D1412f26
Octal21563155010027555015746
Binary1000110111001111011010100000010111101101101000001101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D336D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,51,109); }

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

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

 a { background-color: rgb(141,51,109); }

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

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

 span { border-color: rgb(141,51,109); }

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