#8F1047

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

Shades of Disco #8F1047

Tints of Disco #8F1047

Color information

#8F1047 (or 0x8F1047) is unknown color: approx Disco. HEX triplet: 8F, 10 and 47. RGB value is (143,16,71). Sum of RGB (Red+Green+Blue) = 143+16+71=230 (30% of max value = 765). Red value is 143 (56.25% from 255 or 62.17% from 230); Green value is 16 (6.64% from 255 or 6.96% from 230); Blue value is 71 (28.12% from 255 or 30.87% from 230); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1047 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F1047 is #70EFB8. Grayscale: #3C3C3C. Windows color (decimal): -7401401 or 4657295. OLE color: 4657295.

HSL color Cylindrical-coordinate representation of color #8F1047: hue angle of 334.02º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8F1047 is Cyan = 0, Magento = 0.89, Yellow = 0.50 and Black (K on CMYK) = 0.44.

Color convert

RGB1431671-
CMYK00.890.500.44
HSL334.02º79.87%31.18%-
HSV(B)334.02º88.81%56.08%-
XYZ12.656.676.58-
YUV60.24134.08187.03-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 62.17%
GREEN value IS 16 (6.64% from 255) = 6.96%
BLUE value IS 71 (28.12% from 255) = 30.87%
R=62.17%
G=6.96%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.50
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143167100.890.500.44334.0279.8731.18
Hex8F1047059322C14e501f
Octal217201070131625451612037
Binary1000111110000100011101011001110010101100101001110101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F1047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,16,71); }

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

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

 a { background-color: rgb(143,16,71); }

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

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

 span { border-color: rgb(143,16,71); }

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