#8C2E81

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

Shades of Dark Purple #8C2E81

Tints of Dark Purple #8C2E81

Color information

#8C2E81 (or 0x8C2E81) is unknown color: approx Dark Purple. HEX triplet: 8C, 2E and 81. RGB value is (140,46,129). Sum of RGB (Red+Green+Blue) = 140+46+129=315 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.44% from 315); Green value is 46 (18.36% from 255 or 14.60% from 315); Blue value is 129 (50.78% from 255 or 40.95% from 315); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2E81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C2E81 is #73D17E. Grayscale: #535353. Windows color (decimal): -7590271 or 8466060. OLE color: 8466060.

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

Color convert

RGB14046129-
CMYK00.670.080.45
HSL307.02º50.54%36.47%-
HSV(B)307.02º67.14%54.9%-
XYZ15.759.1121.7-
YUV83.57153.64168.25-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 44.44%
GREEN value IS 46 (18.36% from 255) = 14.60%
BLUE value IS 129 (50.78% from 255) = 40.95%
R=44.44%
G=14.60%
B=40.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.08
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1404612900.670.080.45307.0250.5436.47
Hex8C2E8104382D1333324
Octal21456201010310554636344
Binary1000110010111010000001010000111000101101100110011110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C2E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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