Shades of Dark Violet #8F0CE8
Tints of Dark Violet #8F0CE8
RGB
CMYK
RGB Variations
Color information
#8F0CE8 (or 0x8F0CE8) is known color: Dark Violet. HEX triplet: 8F, 0C and E8. RGB value is (143,12,232). Sum of RGB (Red+Green+Blue) = 143+12+232=387 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.95% from 387); Green value is 12 (5.08% from 255 or 3.10% from 387); Blue value is 232 (91.02% from 255 or 59.95% from 387); Max value from RGB is 232 - color contains mainly: blue. Hex color #8F0CE8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8F0CE8 is #70F317. Grayscale: #4B4B4B. Windows color (decimal): -7402264 or 15207567. OLE color: 15207567.
HSL color Cylindrical-coordinate representation of color #8F0CE8: hue angle of 275.73º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8F0CE8 is Cyan = 0.38, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 143 | 12 | 232 | - |
| CMYK | 0.38 | 0.95 | 0 | 0.09 |
| HSL | 275.73º | 0.9% | 0.48% | - |
| HSV(B) | 275.73º | 0.95% | 0.91% | - |
| XYZ | 26.02 | 11.93 | 77.27 | - |
| YUV | 76.25 | 215.9 | 175.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 12 | 232 | 0.38 | 0.95 | 0 | 0.09 | 275.73 | 0.9 | 0.48 |
| Hex | 8F | C | E8 | 26 | 5F | 0 | 9 | 114 | 5A | 30 |
| Octal | 217 | 14 | 350 | 46 | 137 | 0 | 11 | 424 | 132 | 60 |
| Binary | 10001111 | 1100 | 11101000 | 100110 | 1011111 | 0 | 1001 | 100010100 | 1011010 | 110000 |
Color Harmonies of #8F0CE8
Complementary color
Monochromatic Colors of #8F0CE8
Black with #8F0CE8
Text Example
Text Example
White with #8F0CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0CE8; }
p { color: rgb(143,12,232); }
H1.HeaderClassName
{
color: #8F0CE8;
}
.AnyTagClassName
{
color: #8F0CE8;
}
</style>
background-color css
<style>
a { background-color: #8F0CE8; }
a { background-color: rgb(143,12,232); }
div.DivClassName
{
background-color: #8F0CE8;
}
.BgClassName
{
background-color: #8F0CE8;
}
</style>
border-color css
<style>
span { border-color: #8F0CE8; }
span { border-color: rgb(143,12,232); }
td.TdClassName
{
border-color: #8F0CE8;
}
.TagClassName
{
border-color: #8F0CE8;
}
</style>