Shades of Dark Violet #8F05CF
Tints of Dark Violet #8F05CF
RGB
CMYK
RGB Variations
Color information
#8F05CF (or 0x8F05CF) is known color: Dark Violet. HEX triplet: 8F, 05 and CF. RGB value is (143,5,207). Sum of RGB (Red+Green+Blue) = 143+5+207=355 (47% of max value = 765). Red value is 143 (56.25% from 255 or 40.28% from 355); Green value is 5 (2.34% from 255 or 1.41% from 355); Blue value is 207 (81.25% from 255 or 58.31% from 355); Max value from RGB is 207 - color contains mainly: blue. Hex color #8F05CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F05CF is #70FA30. Grayscale: #444444. Windows color (decimal): -7404081 or 13567375. OLE color: 13567375.
HSL color Cylindrical-coordinate representation of color #8F05CF: hue angle of 280.99º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8F05CF is Cyan = 0.31, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 143 | 5 | 207 | - |
| CMYK | 0.31 | 0.98 | 0 | 0.19 |
| HSL | 280.99º | 0.95% | 0.42% | - |
| HSV(B) | 280.99º | 0.98% | 0.81% | - |
| XYZ | 22.64 | 10.45 | 59.86 | - |
| YUV | 69.29 | 205.72 | 180.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 5 | 207 | 0.31 | 0.98 | 0 | 0.19 | 280.99 | 0.95 | 0.42 |
| Hex | 8F | 5 | CF | 1F | 62 | 0 | 13 | 119 | 5F | 2A |
| Octal | 217 | 5 | 317 | 37 | 142 | 0 | 23 | 431 | 137 | 52 |
| Binary | 10001111 | 101 | 11001111 | 11111 | 1100010 | 0 | 10011 | 100011001 | 1011111 | 101010 |
Color Harmonies of #8F05CF
Complementary color
Monochromatic Colors of #8F05CF
Black with #8F05CF
Text Example
Text Example
White with #8F05CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F05CF; }
p { color: rgb(143,5,207); }
H1.HeaderClassName
{
color: #8F05CF;
}
.AnyTagClassName
{
color: #8F05CF;
}
</style>
background-color css
<style>
a { background-color: #8F05CF; }
a { background-color: rgb(143,5,207); }
div.DivClassName
{
background-color: #8F05CF;
}
.BgClassName
{
background-color: #8F05CF;
}
</style>
border-color css
<style>
span { border-color: #8F05CF; }
span { border-color: rgb(143,5,207); }
td.TdClassName
{
border-color: #8F05CF;
}
.TagClassName
{
border-color: #8F05CF;
}
</style>