#8D276C

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

Shades of Dark Purple #8D276C

Tints of Dark Purple #8D276C

Color information

#8D276C (or 0x8D276C) is unknown color: approx Dark Purple. HEX triplet: 8D, 27 and 6C. RGB value is (141,39,108). Sum of RGB (Red+Green+Blue) = 141+39+108=288 (38% of max value = 765). Red value is 141 (55.47% from 255 or 48.96% from 288); Green value is 39 (15.62% from 255 or 13.54% from 288); Blue value is 108 (42.58% from 255 or 37.5% from 288); Max value from RGB is 141 - color contains mainly: red. Hex color #8D276C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D276C is #72D893. Grayscale: #4D4D4D. Windows color (decimal): -7526548 or 7088013. OLE color: 7088013.

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

Color convert

RGB14139108-
CMYK00.720.230.45
HSL319.41º56.67%35.29%-
HSV(B)319.41º72.34%55.29%-
XYZ14.428.215.01-
YUV77.36145.29173.39-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 48.96%
GREEN value IS 39 (15.62% from 255) = 13.54%
BLUE value IS 108 (42.58% from 255) = 37.5%
R=48.96%
G=13.54%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.23
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1413910800.720.230.45319.4156.6735.29
Hex8D276C048172D13f3923
Octal21547154011027554777143
Binary1000110110011111011000100100010111101101100111111111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D276C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,39,108); }

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

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

 a { background-color: rgb(141,39,108); }

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

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

 span { border-color: rgb(141,39,108); }

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