#8F0F78

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

Shades of Dark Purple #8F0F78

Tints of Dark Purple #8F0F78

Color information

#8F0F78 (or 0x8F0F78) is unknown color: approx Dark Purple. HEX triplet: 8F, 0F and 78. RGB value is (143,15,120). Sum of RGB (Red+Green+Blue) = 143+15+120=278 (36% of max value = 765). Red value is 143 (56.25% from 255 or 51.44% from 278); Green value is 15 (6.25% from 255 or 5.40% from 278); Blue value is 120 (47.27% from 255 or 43.17% from 278); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0F78 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F0F78 is #70F087. Grayscale: #404040. Windows color (decimal): -7401608 or 7868303. OLE color: 7868303.

HSL color Cylindrical-coordinate representation of color #8F0F78: hue angle of 310.78º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8F0F78 is Cyan = 0, Magento = 0.90, Yellow = 0.16 and Black (K on CMYK) = 0.44.

Color convert

RGB14315120-
CMYK00.900.160.44
HSL310.78º81.01%30.98%-
HSV(B)310.78º89.51%56.08%-
XYZ14.897.5418.44-
YUV65.24158.91183.46-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 51.44%
GREEN value IS 15 (6.25% from 255) = 5.40%
BLUE value IS 120 (47.27% from 255) = 43.17%
R=51.44%
G=5.40%
B=43.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.16
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431512000.900.160.44310.7881.0130.98
Hex8FF7805A102C137511f
Octal217171700132205446712137
Binary10001111111111110000101101010000101100100110111101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F0F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,15,120); }

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

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

 a { background-color: rgb(143,15,120); }

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

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

 span { border-color: rgb(143,15,120); }

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