#8D3883

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

Shades of Dark Purple #8D3883

Tints of Dark Purple #8D3883

Color information

#8D3883 (or 0x8D3883) is unknown color: approx Dark Purple. HEX triplet: 8D, 38 and 83. RGB value is (141,56,131). Sum of RGB (Red+Green+Blue) = 141+56+131=328 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.99% from 328); Green value is 56 (22.27% from 255 or 17.07% from 328); Blue value is 131 (51.56% from 255 or 39.94% from 328); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3883 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D3883 is #72C77C. Grayscale: #595959. Windows color (decimal): -7522173 or 8599693. OLE color: 8599693.

HSL color Cylindrical-coordinate representation of color #8D3883: hue angle of 307.06º degrees, saturation: 0.43, 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 #8D3883 is Cyan = 0, Magento = 0.60, Yellow = 0.07 and Black (K on CMYK) = 0.45.

Color convert

RGB14156131-
CMYK00.600.070.45
HSL307.06º43.15%38.63%-
HSV(B)307.06º60.28%55.29%-
XYZ16.510.1322.56-
YUV89.96151.16164.4-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 42.99%
GREEN value IS 56 (22.27% from 255) = 17.07%
BLUE value IS 131 (51.56% from 255) = 39.94%
R=42.99%
G=17.07%
B=39.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.07
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1415613100.600.070.45307.0643.1538.63
Hex8D388303C72D1332b27
Octal215702030747554635347
Binary10001101111000100000110111100111101101100110011101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D3883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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