#8F1A8C

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

Shades of Dark Purple #8F1A8C

Tints of Dark Purple #8F1A8C

Color information

#8F1A8C (or 0x8F1A8C) is unknown color: approx Dark Purple. HEX triplet: 8F, 1A and 8C. RGB value is (143,26,140). Sum of RGB (Red+Green+Blue) = 143+26+140=309 (40% of max value = 765). Red value is 143 (56.25% from 255 or 46.28% from 309); Green value is 26 (10.55% from 255 or 8.41% from 309); Blue value is 140 (55.08% from 255 or 45.31% from 309); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1A8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F1A8C is #70E573. Grayscale: #494949. Windows color (decimal): -7398772 or 9181839. OLE color: 9181839.

HSL color Cylindrical-coordinate representation of color #8F1A8C: hue angle of 301.54º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8F1A8C is Cyan = 0, Magento = 0.82, Yellow = 0.02 and Black (K on CMYK) = 0.44.

Color convert

RGB14326140-
CMYK00.820.020.44
HSL301.54º69.23%33.14%-
HSV(B)301.54º81.82%56.08%-
XYZ16.438.4725.58-
YUV73.98165.26177.23-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 46.28%
GREEN value IS 26 (10.55% from 255) = 8.41%
BLUE value IS 140 (55.08% from 255) = 45.31%
R=46.28%
G=8.41%
B=45.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.02
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1432614000.820.020.44301.5469.2333.14
Hex8F1A8C05222C12e4521
Octal21732214012225445610541
Binary10001111110101000110001010010101011001001011101000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F1A8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,26,140); }

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

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

 a { background-color: rgb(143,26,140); }

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

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

 span { border-color: rgb(143,26,140); }

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