Shades of Dark Purple #8F306C
Tints of Dark Purple #8F306C
RGB
CMYK
RGB Variations
Color information
#8F306C (or 0x8F306C) is known color: Dark Purple. HEX triplet: 8F, 30 and 6C. RGB value is (143,48,108). Sum of RGB (Red+Green+Blue) = 143+48+108=299 (39% of max value = 765). Red value is 143 (56.25% from 255 or 47.83% from 299); Green value is 48 (19.14% from 255 or 16.05% from 299); Blue value is 108 (42.58% from 255 or 36.12% from 299); Max value from RGB is 143 - color contains mainly: red. Hex color #8F306C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F306C is #70CF93. Grayscale: #535353. Windows color (decimal): -7393172 or 7090319. OLE color: 7090319.
HSL color Cylindrical-coordinate representation of color #8F306C: hue angle of 322.11º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8F306C is Cyan = 0, Magento = 0.66, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 48 | 108 | - |
| CMYK | 0 | 0.66 | 0.24 | 0.44 |
| HSL | 322.11º | 0.5% | 0.37% | - |
| HSV(B) | 322.11º | 0.66% | 0.56% | - |
| XYZ | 15.09 | 9.04 | 15.14 | - |
| YUV | 83.25 | 141.97 | 170.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 48 | 108 | 0 | 0.66 | 0.24 | 0.44 | 322.11 | 0.5 | 0.37 |
| Hex | 8F | 30 | 6C | 0 | 42 | 18 | 2C | 142 | 32 | 25 |
| Octal | 217 | 60 | 154 | 0 | 102 | 30 | 54 | 502 | 62 | 45 |
| Binary | 10001111 | 110000 | 1101100 | 0 | 1000010 | 11000 | 101100 | 101000010 | 110010 | 100101 |
Color Harmonies of #8F306C
Complementary color
Monochromatic Colors of #8F306C
Black with #8F306C
Text Example
Text Example
White with #8F306C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F306C; }
p { color: rgb(143,48,108); }
H1.HeaderClassName
{
color: #8F306C;
}
.AnyTagClassName
{
color: #8F306C;
}
</style>
background-color css
<style>
a { background-color: #8F306C; }
a { background-color: rgb(143,48,108); }
div.DivClassName
{
background-color: #8F306C;
}
.BgClassName
{
background-color: #8F306C;
}
</style>
border-color css
<style>
span { border-color: #8F306C; }
span { border-color: rgb(143,48,108); }
td.TdClassName
{
border-color: #8F306C;
}
.TagClassName
{
border-color: #8F306C;
}
</style>