Shades of Dark Violet #8F0BEB
Tints of Dark Violet #8F0BEB
RGB
CMYK
RGB Variations
Color information
#8F0BEB (or 0x8F0BEB) is known color: Dark Violet. HEX triplet: 8F, 0B and EB. RGB value is (143,11,235). Sum of RGB (Red+Green+Blue) = 143+11+235=389 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.76% from 389); Green value is 11 (4.69% from 255 or 2.83% from 389); Blue value is 235 (92.19% from 255 or 60.41% from 389); Max value from RGB is 235 - color contains mainly: blue. Hex color #8F0BEB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8F0BEB is #70F414. Grayscale: #4B4B4B. Windows color (decimal): -7402517 or 15403919. OLE color: 15403919.
HSL color Cylindrical-coordinate representation of color #8F0BEB: hue angle of 275.36º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8F0BEB is Cyan = 0.39, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 143 | 11 | 235 | - |
| CMYK | 0.39 | 0.95 | 0 | 0.08 |
| HSL | 275.36º | 0.91% | 0.48% | - |
| HSV(B) | 275.36º | 0.95% | 0.92% | - |
| XYZ | 26.44 | 12.08 | 79.53 | - |
| YUV | 76 | 217.73 | 175.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 11 | 235 | 0.39 | 0.95 | 0 | 0.08 | 275.36 | 0.91 | 0.48 |
| Hex | 8F | B | EB | 27 | 5F | 0 | 8 | 113 | 5B | 30 |
| Octal | 217 | 13 | 353 | 47 | 137 | 0 | 10 | 423 | 133 | 60 |
| Binary | 10001111 | 1011 | 11101011 | 100111 | 1011111 | 0 | 1000 | 100010011 | 1011011 | 110000 |
Color Harmonies of #8F0BEB
Complementary color
Monochromatic Colors of #8F0BEB
Black with #8F0BEB
Text Example
Text Example
White with #8F0BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0BEB; }
p { color: rgb(143,11,235); }
H1.HeaderClassName
{
color: #8F0BEB;
}
.AnyTagClassName
{
color: #8F0BEB;
}
</style>
background-color css
<style>
a { background-color: #8F0BEB; }
a { background-color: rgb(143,11,235); }
div.DivClassName
{
background-color: #8F0BEB;
}
.BgClassName
{
background-color: #8F0BEB;
}
</style>
border-color css
<style>
span { border-color: #8F0BEB; }
span { border-color: rgb(143,11,235); }
td.TdClassName
{
border-color: #8F0BEB;
}
.TagClassName
{
border-color: #8F0BEB;
}
</style>