#8D337A

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

Shades of Dark Purple #8D337A

Tints of Dark Purple #8D337A

Color information

#8D337A (or 0x8D337A) is unknown color: approx Dark Purple. HEX triplet: 8D, 33 and 7A. RGB value is (141,51,122). Sum of RGB (Red+Green+Blue) = 141+51+122=314 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.90% from 314); Green value is 51 (20.31% from 255 or 16.24% from 314); Blue value is 122 (48.05% from 255 or 38.85% from 314); Max value from RGB is 141 - color contains mainly: red. Hex color #8D337A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D337A is #72CC85. Grayscale: #555555. Windows color (decimal): -7523462 or 8008589. OLE color: 8008589.

HSL color Cylindrical-coordinate representation of color #8D337A: hue angle of 312.67º 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 #8D337A is Cyan = 0, Magento = 0.64, Yellow = 0.13 and Black (K on CMYK) = 0.45.

Color convert

RGB14151122-
CMYK00.640.130.45
HSL312.67º46.88%37.65%-
HSV(B)312.67º63.83%55.29%-
XYZ15.689.4419.41-
YUV86148.32167.23-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 44.90%
GREEN value IS 51 (20.31% from 255) = 16.24%
BLUE value IS 122 (48.05% from 255) = 38.85%
R=44.90%
G=16.24%
B=38.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.13
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1415112200.640.130.45312.6746.8837.65
Hex8D337A040D2D1392f26
Octal21563172010015554715746
Binary100011011100111111010010000001101101101100111001101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D337A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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