#8F1F64

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

Shades of Dark Purple #8F1F64

Tints of Dark Purple #8F1F64

Color information

#8F1F64 (or 0x8F1F64) is unknown color: approx Dark Purple. HEX triplet: 8F, 1F and 64. RGB value is (143,31,100). Sum of RGB (Red+Green+Blue) = 143+31+100=274 (36% of max value = 765). Red value is 143 (56.25% from 255 or 52.19% from 274); Green value is 31 (12.5% from 255 or 11.31% from 274); Blue value is 100 (39.45% from 255 or 36.50% from 274); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1F64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F1F64 is #70E09B. Grayscale: #484848. Windows color (decimal): -7397532 or 6561679. OLE color: 6561679.

HSL color Cylindrical-coordinate representation of color #8F1F64: hue angle of 323.04º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8F1F64 is Cyan = 0, Magento = 0.78, Yellow = 0.30 and Black (K on CMYK) = 0.44.

Color convert

RGB14331100-
CMYK00.780.300.44
HSL323.04º64.37%34.12%-
HSV(B)323.04º78.32%56.08%-
XYZ14.127.7412.81-
YUV72.35143.61178.39-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 52.19%
GREEN value IS 31 (12.5% from 255) = 11.31%
BLUE value IS 100 (39.45% from 255) = 36.50%
R=52.19%
G=11.31%
B=36.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.30
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1433110000.780.300.44323.0464.3734.12
Hex8F1F6404E1E2C1434022
Octal217371440116365450310042
Binary1000111111111110010001001110111101011001010000111000000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F1F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,31,100); }

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

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

 a { background-color: rgb(143,31,100); }

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

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

 span { border-color: rgb(143,31,100); }

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