#8C2F7F

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

Shades of Dark Purple #8C2F7F

Tints of Dark Purple #8C2F7F

Color information

#8C2F7F (or 0x8C2F7F) is unknown color: approx Dark Purple. HEX triplet: 8C, 2F and 7F. RGB value is (140,47,127). Sum of RGB (Red+Green+Blue) = 140+47+127=314 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.59% from 314); Green value is 47 (18.75% from 255 or 14.97% from 314); Blue value is 127 (50% from 255 or 40.45% from 314); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2F7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C2F7F is #73D080. Grayscale: #535353. Windows color (decimal): -7590017 or 8335244. OLE color: 8335244.

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

Color convert

RGB14047127-
CMYK00.660.090.45
HSL308.39º49.73%36.67%-
HSV(B)308.39º66.43%54.9%-
XYZ15.669.1421.02-
YUV83.93152.31168-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 44.59%
GREEN value IS 47 (18.75% from 255) = 14.97%
BLUE value IS 127 (50% from 255) = 40.45%
R=44.59%
G=14.97%
B=40.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1404712700.660.090.45308.3949.7336.67
Hex8C2F7F04292D1343225
Octal21457177010211554646245
Binary100011001011111111111010000101001101101100110100110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C2F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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