Shades of Blue Violet #8F0DFC
Tints of Blue Violet #8F0DFC
RGB
CMYK
RGB Variations
Color information
#8F0DFC (or 0x8F0DFC) is known color: Blue Violet. HEX triplet: 8F, 0D and FC. RGB value is (143,13,252). Sum of RGB (Red+Green+Blue) = 143+13+252=408 (54% of max value = 765). Red value is 143 (56.25% from 255 or 35.05% from 408); Green value is 13 (5.47% from 255 or 3.19% from 408); Blue value is 252 (98.83% from 255 or 61.76% from 408); Max value from RGB is 252 - color contains mainly: blue. Hex color #8F0DFC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8F0DFC is #70F203. Grayscale: #4E4E4E. Windows color (decimal): -7401988 or 16518543. OLE color: 16518543.
HSL color Cylindrical-coordinate representation of color #8F0DFC: hue angle of 272.64º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8F0DFC is Cyan = 0.43, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 143 | 13 | 252 | - |
| CMYK | 0.43 | 0.95 | 0 | 0.01 |
| HSL | 272.64º | 0.98% | 0.52% | - |
| HSV(B) | 272.64º | 0.95% | 0.99% | - |
| XYZ | 29.04 | 13.16 | 93.1 | - |
| YUV | 79.12 | 225.57 | 173.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 13 | 252 | 0.43 | 0.95 | 0 | 0.01 | 272.64 | 0.98 | 0.52 |
| Hex | 8F | D | FC | 2B | 5F | 0 | 1 | 111 | 62 | 34 |
| Octal | 217 | 15 | 374 | 53 | 137 | 0 | 1 | 421 | 142 | 64 |
| Binary | 10001111 | 1101 | 11111100 | 101011 | 1011111 | 0 | 1 | 100010001 | 1100010 | 110100 |
Color Harmonies of #8F0DFC
Complementary color
Monochromatic Colors of #8F0DFC
Black with #8F0DFC
Text Example
Text Example
White with #8F0DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0DFC; }
p { color: rgb(143,13,252); }
H1.HeaderClassName
{
color: #8F0DFC;
}
.AnyTagClassName
{
color: #8F0DFC;
}
</style>
background-color css
<style>
a { background-color: #8F0DFC; }
a { background-color: rgb(143,13,252); }
div.DivClassName
{
background-color: #8F0DFC;
}
.BgClassName
{
background-color: #8F0DFC;
}
</style>
border-color css
<style>
span { border-color: #8F0DFC; }
span { border-color: rgb(143,13,252); }
td.TdClassName
{
border-color: #8F0DFC;
}
.TagClassName
{
border-color: #8F0DFC;
}
</style>