#8D3A83

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

Shades of Dark Purple #8D3A83

Tints of Dark Purple #8D3A83

Color information

#8D3A83 (or 0x8D3A83) is unknown color: approx Dark Purple. HEX triplet: 8D, 3A and 83. RGB value is (141,58,131). Sum of RGB (Red+Green+Blue) = 141+58+131=330 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.73% from 330); Green value is 58 (23.05% from 255 or 17.58% from 330); Blue value is 131 (51.56% from 255 or 39.70% from 330); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3A83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D3A83 is #72C57C. Grayscale: #5A5A5A. Windows color (decimal): -7521661 or 8600205. OLE color: 8600205.

HSL color Cylindrical-coordinate representation of color #8D3A83: hue angle of 307.23º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8D3A83 is Cyan = 0, Magento = 0.59, Yellow = 0.07 and Black (K on CMYK) = 0.45.

Color convert

RGB14158131-
CMYK00.590.070.45
HSL307.23º41.71%39.02%-
HSV(B)307.23º58.87%55.29%-
XYZ16.5910.3322.59-
YUV91.14150.5163.56-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 42.73%
GREEN value IS 58 (23.05% from 255) = 17.58%
BLUE value IS 131 (51.56% from 255) = 39.70%
R=42.73%
G=17.58%
B=39.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.07
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1415813100.590.070.45307.2341.7139.02
Hex8D3A8303B72D1332a27
Octal215722030737554635247
Binary10001101111010100000110111011111101101100110011101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D3A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,58,131); }

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

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

 a { background-color: rgb(141,58,131); }

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

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

 span { border-color: rgb(141,58,131); }

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