#8F2078

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

Shades of Dark Purple #8F2078

Tints of Dark Purple #8F2078

Color information

#8F2078 (or 0x8F2078) is unknown color: approx Dark Purple. HEX triplet: 8F, 20 and 78. RGB value is (143,32,120). Sum of RGB (Red+Green+Blue) = 143+32+120=295 (39% of max value = 765). Red value is 143 (56.25% from 255 or 48.47% from 295); Green value is 32 (12.89% from 255 or 10.85% from 295); Blue value is 120 (47.27% from 255 or 40.68% from 295); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2078 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F2078 is #70DF87. Grayscale: #4A4A4A. Windows color (decimal): -7397256 or 7872655. OLE color: 7872655.

HSL color Cylindrical-coordinate representation of color #8F2078: hue angle of 312.43º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8F2078 is Cyan = 0, Magento = 0.78, Yellow = 0.16 and Black (K on CMYK) = 0.44.

Color convert

RGB14332120-
CMYK00.780.160.44
HSL312.43º63.43%34.31%-
HSV(B)312.43º77.62%56.08%-
XYZ15.238.2318.55-
YUV75.22153.27176.34-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 48.47%
GREEN value IS 32 (12.89% from 255) = 10.85%
BLUE value IS 120 (47.27% from 255) = 40.68%
R=48.47%
G=10.85%
B=40.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.16
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1433212000.780.160.44312.4363.4334.31
Hex8F207804E102C1383f22
Octal21740170011620544707742
Binary1000111110000011110000100111010000101100100111000111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F2078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,32,120); }

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

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

 a { background-color: rgb(143,32,120); }

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

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

 span { border-color: rgb(143,32,120); }

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