#8C2E84

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

Shades of Dark Purple #8C2E84

Tints of Dark Purple #8C2E84

Color information

#8C2E84 (or 0x8C2E84) is unknown color: approx Dark Purple. HEX triplet: 8C, 2E and 84. RGB value is (140,46,132). Sum of RGB (Red+Green+Blue) = 140+46+132=318 (42% of max value = 765). Red value is 140 (55.08% from 255 or 44.03% from 318); Green value is 46 (18.36% from 255 or 14.47% from 318); Blue value is 132 (51.95% from 255 or 41.51% from 318); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2E84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C2E84 is #73D17B. Grayscale: #535353. Windows color (decimal): -7590268 or 8662668. OLE color: 8662668.

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

Color convert

RGB14046132-
CMYK00.670.060.45
HSL305.11º50.54%36.47%-
HSV(B)305.11º67.14%54.9%-
XYZ15.969.222.76-
YUV83.91155.14168.01-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 44.03%
GREEN value IS 46 (18.36% from 255) = 14.47%
BLUE value IS 132 (51.95% from 255) = 41.51%
R=44.03%
G=14.47%
B=41.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1404613200.670.060.45305.1150.5436.47
Hex8C2E8404362D1313324
Octal2145620401036554616344
Binary100011001011101000010001000011110101101100110001110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C2E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,46,132); }

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

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

 a { background-color: rgb(140,46,132); }

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

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

 span { border-color: rgb(140,46,132); }

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