Shades of Dark Violet #8F05FC
Tints of Dark Violet #8F05FC
RGB
CMYK
RGB Variations
Color information
#8F05FC (or 0x8F05FC) is known color: Dark Violet. HEX triplet: 8F, 05 and FC. RGB value is (143,5,252). Sum of RGB (Red+Green+Blue) = 143+5+252=400 (52% of max value = 765). Red value is 143 (56.25% from 255 or 35.75% from 400); Green value is 5 (2.34% from 255 or 1.25% from 400); Blue value is 252 (98.83% from 255 or 63% from 400); Max value from RGB is 252 - color contains mainly: blue. Hex color #8F05FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8F05FC is #70FA03. Grayscale: #494949. Windows color (decimal): -7404036 or 16516495. OLE color: 16516495.
HSL color Cylindrical-coordinate representation of color #8F05FC: hue angle of 273.52º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8F05FC is Cyan = 0.43, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 143 | 5 | 252 | - |
| CMYK | 0.43 | 0.98 | 0 | 0.01 |
| HSL | 273.52º | 0.98% | 0.5% | - |
| HSV(B) | 273.52º | 0.98% | 0.99% | - |
| XYZ | 28.95 | 12.98 | 93.07 | - |
| YUV | 74.42 | 228.22 | 176.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 5 | 252 | 0.43 | 0.98 | 0 | 0.01 | 273.52 | 0.98 | 0.5 |
| Hex | 8F | 5 | FC | 2B | 62 | 0 | 1 | 112 | 62 | 32 |
| Octal | 217 | 5 | 374 | 53 | 142 | 0 | 1 | 422 | 142 | 62 |
| Binary | 10001111 | 101 | 11111100 | 101011 | 1100010 | 0 | 1 | 100010010 | 1100010 | 110010 |
Color Harmonies of #8F05FC
Complementary color
Monochromatic Colors of #8F05FC
Black with #8F05FC
Text Example
Text Example
White with #8F05FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F05FC; }
p { color: rgb(143,5,252); }
H1.HeaderClassName
{
color: #8F05FC;
}
.AnyTagClassName
{
color: #8F05FC;
}
</style>
background-color css
<style>
a { background-color: #8F05FC; }
a { background-color: rgb(143,5,252); }
div.DivClassName
{
background-color: #8F05FC;
}
.BgClassName
{
background-color: #8F05FC;
}
</style>
border-color css
<style>
span { border-color: #8F05FC; }
span { border-color: rgb(143,5,252); }
td.TdClassName
{
border-color: #8F05FC;
}
.TagClassName
{
border-color: #8F05FC;
}
</style>