#8d3377

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

Shades of Dark Purple #8D3377

Tints of Dark Purple #8D3377

Color information

#8D3377 (or 0x8D3377) is unknown color: approx Dark Purple. HEX triplet: 8D, 33 and 77. RGB value is (141,51,119). Sum of RGB (Red+Green+Blue) = 141+51+119=311 (41% of max value = 765). Red value is 141 (55.47% from 255 or 45.34% from 311); Green value is 51 (20.31% from 255 or 16.40% from 311); Blue value is 119 (46.88% from 255 or 38.26% from 311); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3377 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D3377 is #72CC88. Grayscale: #555555. Windows color (decimal): -7523465 or 7811981. OLE color: 7811981.

HSL color Cylindrical-coordinate representation of color #8D3377: hue angle of 314.67º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8D3377 is Cyan = 0, Magento = 0.64, Yellow = 0.16 and Black (K on CMYK) = 0.45.

Color convert

RGB14151119-
CMYK00.640.160.45
HSL314.67º46.88%37.65%-
HSV(B)314.67º63.83%55.29%-
XYZ15.59.3618.44-
YUV85.66146.82167.47-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 45.34%
GREEN value IS 51 (20.31% from 255) = 16.40%
BLUE value IS 119 (46.88% from 255) = 38.26%
R=45.34%
G=16.40%
B=38.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.16
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1415111900.640.160.45314.6746.8837.65
Hex8D3377040102D13b2f26
Octal21563167010020554735746
Binary1000110111001111101110100000010000101101100111011101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8d3377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,51,119); }

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

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

 a { background-color: rgb(141,51,119); }

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

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

 span { border-color: rgb(141,51,119); }

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