Shades of Disco #8F0E43
Tints of Disco #8F0E43
RGB
CMYK
RGB Variations
Color information
#8F0E43 (or 0x8F0E43) is known color: Disco. HEX triplet: 8F, 0E and 43. RGB value is (143,14,67). Sum of RGB (Red+Green+Blue) = 143+14+67=224 (29% of max value = 765). Red value is 143 (56.25% from 255 or 63.84% from 224); Green value is 14 (5.86% from 255 or 6.25% from 224); Blue value is 67 (26.56% from 255 or 29.91% from 224); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0E43 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F0E43 is #70F1BC. Grayscale: #3A3A3A. Windows color (decimal): -7401917 or 4394639. OLE color: 4394639.
HSL color Cylindrical-coordinate representation of color #8F0E43: hue angle of 335.35º degrees, saturation: 0.82, 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 #8F0E43 is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 14 | 67 | - |
| CMYK | 0 | 0.90 | 0.53 | 0.44 |
| HSL | 335.35º | 0.82% | 0.31% | - |
| HSV(B) | 335.35º | 0.9% | 0.56% | - |
| XYZ | 12.5 | 6.56 | 5.92 | - |
| YUV | 58.61 | 132.74 | 188.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 14 | 67 | 0 | 0.90 | 0.53 | 0.44 | 335.35 | 0.82 | 0.31 |
| Hex | 8F | E | 43 | 0 | 5A | 35 | 2C | 14F | 52 | 1F |
| Octal | 217 | 16 | 103 | 0 | 132 | 65 | 54 | 517 | 122 | 37 |
| Binary | 10001111 | 1110 | 1000011 | 0 | 1011010 | 110101 | 101100 | 101001111 | 1010010 | 11111 |
Color Harmonies of #8F0E43
Complementary color
Monochromatic Colors of #8F0E43
Black with #8F0E43
Text Example
Text Example
White with #8F0E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0E43; }
p { color: rgb(143,14,67); }
H1.HeaderClassName
{
color: #8F0E43;
}
.AnyTagClassName
{
color: #8F0E43;
}
</style>
background-color css
<style>
a { background-color: #8F0E43; }
a { background-color: rgb(143,14,67); }
div.DivClassName
{
background-color: #8F0E43;
}
.BgClassName
{
background-color: #8F0E43;
}
</style>
border-color css
<style>
span { border-color: #8F0E43; }
span { border-color: rgb(143,14,67); }
td.TdClassName
{
border-color: #8F0E43;
}
.TagClassName
{
border-color: #8F0E43;
}
</style>