#8D3C83

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

Shades of Dark Purple #8D3C83

Tints of Dark Purple #8D3C83

Color information

#8D3C83 (or 0x8D3C83) is unknown color: approx Dark Purple. HEX triplet: 8D, 3C and 83. RGB value is (141,60,131). Sum of RGB (Red+Green+Blue) = 141+60+131=332 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.47% from 332); Green value is 60 (23.83% from 255 or 18.07% from 332); Blue value is 131 (51.56% from 255 or 39.46% from 332); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3C83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D3C83 is #72C37C. Grayscale: #5C5C5C. Windows color (decimal): -7521149 or 8600717. OLE color: 8600717.

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

Color convert

RGB14160131-
CMYK00.570.070.45
HSL307.41º40.3%39.41%-
HSV(B)307.41º57.45%55.29%-
XYZ16.710.5322.63-
YUV92.31149.84162.73-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 42.47%
GREEN value IS 60 (23.83% from 255) = 18.07%
BLUE value IS 131 (51.56% from 255) = 39.46%
R=42.47%
G=18.07%
B=39.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.07
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1416013100.570.070.45307.4140.339.41
Hex8D3C8303972D1332827
Octal215742030717554635047
Binary10001101111100100000110111001111101101100110011101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D3C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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