#8D3984

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

Shades of Dark Purple #8D3984

Tints of Dark Purple #8D3984

Color information

#8D3984 (or 0x8D3984) is unknown color: approx Dark Purple. HEX triplet: 8D, 39 and 84. RGB value is (141,57,132). Sum of RGB (Red+Green+Blue) = 141+57+132=330 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.73% from 330); Green value is 57 (22.66% from 255 or 17.27% from 330); Blue value is 132 (51.95% from 255 or 40% from 330); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3984 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D3984 is #72C67B. Grayscale: #5A5A5A. Windows color (decimal): -7521916 or 8665485. OLE color: 8665485.

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

Color convert

RGB14157132-
CMYK00.600.060.45
HSL306.43º42.42%38.82%-
HSV(B)306.43º59.57%55.29%-
XYZ16.6110.2522.93-
YUV90.67151.33163.9-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 42.73%
GREEN value IS 57 (22.66% from 255) = 17.27%
BLUE value IS 132 (51.95% from 255) = 40%
R=42.73%
G=17.27%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1415713200.600.060.45306.4342.4238.82
Hex8D398403C62D1322a27
Octal215712040746554625247
Binary10001101111001100001000111100110101101100110010101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D3984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,57,132); }

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

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

 a { background-color: rgb(141,57,132); }

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

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

 span { border-color: rgb(141,57,132); }

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