#8F1E91

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

Shades of Dark Purple #8F1E91

Tints of Dark Purple #8F1E91

Color information

#8F1E91 (or 0x8F1E91) is unknown color: approx Dark Purple. HEX triplet: 8F, 1E and 91. RGB value is (143,30,145). Sum of RGB (Red+Green+Blue) = 143+30+145=318 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.97% from 318); Green value is 30 (12.11% from 255 or 9.43% from 318); Blue value is 145 (57.03% from 255 or 45.60% from 318); Max value from RGB is 145 - color contains mainly: blue. Hex color #8F1E91 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F1E91 is #70E16E. Grayscale: #4C4C4C. Windows color (decimal): -7397743 or 9510543. OLE color: 9510543.

HSL color Cylindrical-coordinate representation of color #8F1E91: hue angle of 298.96º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8F1E91 is Cyan = 0.01, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB14330145-
CMYK0.010.7900.43
HSL298.96º65.71%34.31%-
HSV(B)298.96º79.31%56.86%-
XYZ16.98.8127.6-
YUV76.9166.44175.15-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 44.97%
GREEN value IS 30 (12.11% from 255) = 9.43%
BLUE value IS 145 (57.03% from 255) = 45.60%
R=44.97%
G=9.43%
B=45.60%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal143301450.010.7900.43298.9665.7134.31
Hex8F1E9114F02B12b4222
Octal21736221111705345310242
Binary1000111111110100100011100111101010111001010111000010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F1E91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,30,145); }

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

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

 a { background-color: rgb(143,30,145); }

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

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

 span { border-color: rgb(143,30,145); }

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