#8C2A7F

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

Shades of Dark Purple #8C2A7F

Tints of Dark Purple #8C2A7F

Color information

#8C2A7F (or 0x8C2A7F) is unknown color: approx Dark Purple. HEX triplet: 8C, 2A and 7F. RGB value is (140,42,127). Sum of RGB (Red+Green+Blue) = 140+42+127=309 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.31% from 309); Green value is 42 (16.80% from 255 or 13.59% from 309); Blue value is 127 (50% from 255 or 41.10% from 309); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2A7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C2A7F is #73D580. Grayscale: #505050. Windows color (decimal): -7591297 or 8333964. OLE color: 8333964.

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

Color convert

RGB14042127-
CMYK00.70.090.45
HSL307.96º53.85%35.69%-
HSV(B)307.96º70%54.9%-
XYZ15.478.7620.95-
YUV80.99153.97170.09-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 45.31%
GREEN value IS 42 (16.80% from 255) = 13.59%
BLUE value IS 127 (50% from 255) = 41.10%
R=45.31%
G=13.59%
B=41.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.7
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1404212700.70.090.45307.9653.8535.69
Hex8C2A7F04692D1343624
Octal21452177010611554646644
Binary100011001010101111111010001101001101101100110100110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C2A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,42,127); }

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

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

 a { background-color: rgb(140,42,127); }

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

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

 span { border-color: rgb(140,42,127); }

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