Shades of Dark Violet #8F05F9
Tints of Dark Violet #8F05F9
RGB
CMYK
RGB Variations
Color information
#8F05F9 (or 0x8F05F9) is known color: Dark Violet. HEX triplet: 8F, 05 and F9. RGB value is (143,5,249). Sum of RGB (Red+Green+Blue) = 143+5+249=397 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.02% from 397); Green value is 5 (2.34% from 255 or 1.26% from 397); Blue value is 249 (97.66% from 255 or 62.72% from 397); Max value from RGB is 249 - color contains mainly: blue. Hex color #8F05F9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8F05F9 is #70FA06. Grayscale: #494949. Windows color (decimal): -7404039 or 16319887. OLE color: 16319887.
HSL color Cylindrical-coordinate representation of color #8F05F9: hue angle of 273.93º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8F05F9 is Cyan = 0.43, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 143 | 5 | 249 | - |
| CMYK | 0.43 | 0.98 | 0 | 0.02 |
| HSL | 273.93º | 0.96% | 0.5% | - |
| HSV(B) | 273.93º | 0.98% | 0.98% | - |
| XYZ | 28.48 | 12.79 | 90.59 | - |
| YUV | 74.08 | 226.72 | 177.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 5 | 249 | 0.43 | 0.98 | 0 | 0.02 | 273.93 | 0.96 | 0.5 |
| Hex | 8F | 5 | F9 | 2B | 62 | 0 | 2 | 112 | 60 | 32 |
| Octal | 217 | 5 | 371 | 53 | 142 | 0 | 2 | 422 | 140 | 62 |
| Binary | 10001111 | 101 | 11111001 | 101011 | 1100010 | 0 | 10 | 100010010 | 1100000 | 110010 |
Color Harmonies of #8F05F9
Complementary color
Monochromatic Colors of #8F05F9
Black with #8F05F9
Text Example
Text Example
White with #8F05F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F05F9; }
p { color: rgb(143,5,249); }
H1.HeaderClassName
{
color: #8F05F9;
}
.AnyTagClassName
{
color: #8F05F9;
}
</style>
background-color css
<style>
a { background-color: #8F05F9; }
a { background-color: rgb(143,5,249); }
div.DivClassName
{
background-color: #8F05F9;
}
.BgClassName
{
background-color: #8F05F9;
}
</style>
border-color css
<style>
span { border-color: #8F05F9; }
span { border-color: rgb(143,5,249); }
td.TdClassName
{
border-color: #8F05F9;
}
.TagClassName
{
border-color: #8F05F9;
}
</style>