#8F1179

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

Shades of Dark Purple #8F1179

Tints of Dark Purple #8F1179

Color information

#8F1179 (or 0x8F1179) is unknown color: approx Dark Purple. HEX triplet: 8F, 11 and 79. RGB value is (143,17,121). Sum of RGB (Red+Green+Blue) = 143+17+121=281 (37% of max value = 765). Red value is 143 (56.25% from 255 or 50.89% from 281); Green value is 17 (7.03% from 255 or 6.05% from 281); Blue value is 121 (47.66% from 255 or 43.06% from 281); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1179 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F1179 is #70EE86. Grayscale: #424242. Windows color (decimal): -7401095 or 7934351. OLE color: 7934351.

HSL color Cylindrical-coordinate representation of color #8F1179: hue angle of 310.48º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8F1179 is Cyan = 0, Magento = 0.88, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB14317121-
CMYK00.880.150.44
HSL310.48º78.75%31.37%-
HSV(B)310.48º88.11%56.08%-
XYZ14.987.6218.77-
YUV66.53158.74182.54-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 50.89%
GREEN value IS 17 (7.03% from 255) = 6.05%
BLUE value IS 121 (47.66% from 255) = 43.06%
R=50.89%
G=6.05%
B=43.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431712100.880.150.44310.4878.7531.37
Hex8F1179058F2C1364f1f
Octal217211710130175446611737
Binary10001111100011111001010110001111101100100110110100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F1179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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