#8F117F

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

Shades of Dark Purple #8F117F

Tints of Dark Purple #8F117F

Color information

#8F117F (or 0x8F117F) is unknown color: approx Dark Purple. HEX triplet: 8F, 11 and 7F. RGB value is (143,17,127). Sum of RGB (Red+Green+Blue) = 143+17+127=287 (38% of max value = 765). Red value is 143 (56.25% from 255 or 49.83% from 287); Green value is 17 (7.03% from 255 or 5.92% from 287); Blue value is 127 (50% from 255 or 44.25% from 287); Max value from RGB is 143 - color contains mainly: red. Hex color #8F117F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F117F is #70EE80. Grayscale: #424242. Windows color (decimal): -7401089 or 8327567. OLE color: 8327567.

HSL color Cylindrical-coordinate representation of color #8F117F: hue angle of 307.62º 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 #8F117F is Cyan = 0, Magento = 0.88, Yellow = 0.11 and Black (K on CMYK) = 0.44.

Color convert

RGB14317127-
CMYK00.880.110.44
HSL307.62º78.75%31.37%-
HSV(B)307.62º88.11%56.08%-
XYZ15.367.7720.77-
YUV67.21161.74182.06-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 49.83%
GREEN value IS 17 (7.03% from 255) = 5.92%
BLUE value IS 127 (50% from 255) = 44.25%
R=49.83%
G=5.92%
B=44.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.11
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431712700.880.110.44307.6278.7531.37
Hex8F117F058B2C1344f1f
Octal217211770130135446411737
Binary10001111100011111111010110001011101100100110100100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F117F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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