#8D2788

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

Shades of Dark Purple #8D2788

Tints of Dark Purple #8D2788

Color information

#8D2788 (or 0x8D2788) is unknown color: approx Dark Purple. HEX triplet: 8D, 27 and 88. RGB value is (141,39,136). Sum of RGB (Red+Green+Blue) = 141+39+136=316 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.62% from 316); Green value is 39 (15.62% from 255 or 12.34% from 316); Blue value is 136 (53.52% from 255 or 43.04% from 316); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2788 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D2788 is #72D877. Grayscale: #505050. Windows color (decimal): -7526520 or 8923021. OLE color: 8923021.

HSL color Cylindrical-coordinate representation of color #8D2788: hue angle of 302.94º 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 #8D2788 is Cyan = 0, Magento = 0.72, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB14139136-
CMYK00.720.040.45
HSL302.94º56.67%35.29%-
HSV(B)302.94º72.34%55.29%-
XYZ16.158.8924.16-
YUV80.56159.29171.11-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 44.62%
GREEN value IS 39 (15.62% from 255) = 12.34%
BLUE value IS 136 (53.52% from 255) = 43.04%
R=44.62%
G=12.34%
B=43.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.04
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1413913600.720.040.45302.9456.6735.29
Hex8D278804842D12f3923
Octal2154721001104554577143
Binary100011011001111000100001001000100101101100101111111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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