Shades of Dark Violet #8F0BCE
Tints of Dark Violet #8F0BCE
RGB
CMYK
RGB Variations
Color information
#8F0BCE (or 0x8F0BCE) is known color: Dark Violet. HEX triplet: 8F, 0B and CE. RGB value is (143,11,206). Sum of RGB (Red+Green+Blue) = 143+11+206=360 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.72% from 360); Green value is 11 (4.69% from 255 or 3.06% from 360); Blue value is 206 (80.86% from 255 or 57.22% from 360); Max value from RGB is 206 - color contains mainly: blue. Hex color #8F0BCE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F0BCE is #70F431. Grayscale: #484848. Windows color (decimal): -7402546 or 13503375. OLE color: 13503375.
HSL color Cylindrical-coordinate representation of color #8F0BCE: hue angle of 280.62º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8F0BCE is Cyan = 0.31, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 143 | 11 | 206 | - |
| CMYK | 0.31 | 0.95 | 0 | 0.19 |
| HSL | 280.62º | 0.9% | 0.43% | - |
| HSV(B) | 280.62º | 0.95% | 0.81% | - |
| XYZ | 22.59 | 10.54 | 59.24 | - |
| YUV | 72.7 | 203.23 | 178.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 11 | 206 | 0.31 | 0.95 | 0 | 0.19 | 280.62 | 0.9 | 0.43 |
| Hex | 8F | B | CE | 1F | 5F | 0 | 13 | 119 | 5A | 2B |
| Octal | 217 | 13 | 316 | 37 | 137 | 0 | 23 | 431 | 132 | 53 |
| Binary | 10001111 | 1011 | 11001110 | 11111 | 1011111 | 0 | 10011 | 100011001 | 1011010 | 101011 |
Color Harmonies of #8F0BCE
Complementary color
Monochromatic Colors of #8F0BCE
Black with #8F0BCE
Text Example
Text Example
White with #8F0BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0BCE; }
p { color: rgb(143,11,206); }
H1.HeaderClassName
{
color: #8F0BCE;
}
.AnyTagClassName
{
color: #8F0BCE;
}
</style>
background-color css
<style>
a { background-color: #8F0BCE; }
a { background-color: rgb(143,11,206); }
div.DivClassName
{
background-color: #8F0BCE;
}
.BgClassName
{
background-color: #8F0BCE;
}
</style>
border-color css
<style>
span { border-color: #8F0BCE; }
span { border-color: rgb(143,11,206); }
td.TdClassName
{
border-color: #8F0BCE;
}
.TagClassName
{
border-color: #8F0BCE;
}
</style>