#8F1C79

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

Shades of Dark Purple #8F1C79

Tints of Dark Purple #8F1C79

Color information

#8F1C79 (or 0x8F1C79) is unknown color: approx Dark Purple. HEX triplet: 8F, 1C and 79. RGB value is (143,28,121). Sum of RGB (Red+Green+Blue) = 143+28+121=292 (38% of max value = 765). Red value is 143 (56.25% from 255 or 48.97% from 292); Green value is 28 (11.33% from 255 or 9.59% from 292); Blue value is 121 (47.66% from 255 or 41.44% from 292); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1C79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F1C79 is #70E386. Grayscale: #484848. Windows color (decimal): -7398279 or 7937167. OLE color: 7937167.

HSL color Cylindrical-coordinate representation of color #8F1C79: hue angle of 311.48º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8F1C79 is Cyan = 0, Magento = 0.80, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB14328121-
CMYK00.800.150.44
HSL311.48º67.25%33.53%-
HSV(B)311.48º80.42%56.08%-
XYZ15.198.0518.84-
YUV72.99155.1177.94-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 48.97%
GREEN value IS 28 (11.33% from 255) = 9.59%
BLUE value IS 121 (47.66% from 255) = 41.44%
R=48.97%
G=9.59%
B=41.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1432812100.800.150.44311.4867.2533.53
Hex8F1C79050F2C1374322
Octal217341710120175446710342
Binary100011111110011110010101000011111011001001101111000011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F1C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,28,121); }

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

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

 a { background-color: rgb(143,28,121); }

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

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

 span { border-color: rgb(143,28,121); }

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