#8D3071

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

Shades of Dark Purple #8D3071

Tints of Dark Purple #8D3071

Color information

#8D3071 (or 0x8D3071) is unknown color: approx Dark Purple. HEX triplet: 8D, 30 and 71. RGB value is (141,48,113). Sum of RGB (Red+Green+Blue) = 141+48+113=302 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.69% from 302); Green value is 48 (19.14% from 255 or 15.89% from 302); Blue value is 113 (44.53% from 255 or 37.42% from 302); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3071 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D3071 is #72CF8E. Grayscale: #535353. Windows color (decimal): -7524239 or 7417997. OLE color: 7417997.

HSL color Cylindrical-coordinate representation of color #8D3071: hue angle of 318.06º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8D3071 is Cyan = 0, Magento = 0.66, Yellow = 0.20 and Black (K on CMYK) = 0.45.

Color convert

RGB14148113-
CMYK00.660.200.45
HSL318.06º49.21%37.06%-
HSV(B)318.06º65.96%55.29%-
XYZ15.028.9716.56-
YUV83.22144.81169.21-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 46.69%
GREEN value IS 48 (19.14% from 255) = 15.89%
BLUE value IS 113 (44.53% from 255) = 37.42%
R=46.69%
G=15.89%
B=37.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.20
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1414811300.660.200.45318.0649.2137.06
Hex8D3071042142D13e3125
Octal21560161010224554766145
Binary1000110111000011100010100001010100101101100111110110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D3071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,48,113); }

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

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

 a { background-color: rgb(141,48,113); }

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

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

 span { border-color: rgb(141,48,113); }

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