#8D2C88

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

Shades of Dark Purple #8D2C88

Tints of Dark Purple #8D2C88

Color information

#8D2C88 (or 0x8D2C88) is unknown color: approx Dark Purple. HEX triplet: 8D, 2C and 88. RGB value is (141,44,136). Sum of RGB (Red+Green+Blue) = 141+44+136=321 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.93% from 321); Green value is 44 (17.58% from 255 or 13.71% from 321); Blue value is 136 (53.52% from 255 or 42.37% from 321); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2C88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D2C88 is #72D377. Grayscale: #535353. Windows color (decimal): -7525240 or 8924301. OLE color: 8924301.

HSL color Cylindrical-coordinate representation of color #8D2C88: hue angle of 303.09º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8D2C88 is Cyan = 0, Magento = 0.69, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB14144136-
CMYK00.690.040.45
HSL303.09º52.43%36.27%-
HSV(B)303.09º68.79%55.29%-
XYZ16.339.2424.22-
YUV83.49157.64169.02-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 43.93%
GREEN value IS 44 (17.58% from 255) = 13.71%
BLUE value IS 136 (53.52% from 255) = 42.37%
R=43.93%
G=13.71%
B=42.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.04
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1414413600.690.040.45303.0952.4336.27
Hex8D2C8804542D12f3424
Octal2155421001054554576444
Binary100011011011001000100001000101100101101100101111110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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