Shades of Dark Violet #8F08CF
Tints of Dark Violet #8F08CF
RGB
CMYK
RGB Variations
Color information
#8F08CF (or 0x8F08CF) is known color: Dark Violet. HEX triplet: 8F, 08 and CF. RGB value is (143,8,207). Sum of RGB (Red+Green+Blue) = 143+8+207=358 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.94% from 358); Green value is 8 (3.52% from 255 or 2.23% from 358); Blue value is 207 (81.25% from 255 or 57.82% from 358); Max value from RGB is 207 - color contains mainly: blue. Hex color #8F08CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F08CF is #70F730. Grayscale: #464646. Windows color (decimal): -7403313 or 13568143. OLE color: 13568143.
HSL color Cylindrical-coordinate representation of color #8F08CF: hue angle of 280.7º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8F08CF is Cyan = 0.31, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 143 | 8 | 207 | - |
| CMYK | 0.31 | 0.96 | 0 | 0.19 |
| HSL | 280.7º | 0.93% | 0.42% | - |
| HSV(B) | 280.7º | 0.96% | 0.81% | - |
| XYZ | 22.68 | 10.52 | 59.87 | - |
| YUV | 71.05 | 204.73 | 179.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 8 | 207 | 0.31 | 0.96 | 0 | 0.19 | 280.7 | 0.93 | 0.42 |
| Hex | 8F | 8 | CF | 1F | 60 | 0 | 13 | 119 | 5D | 2A |
| Octal | 217 | 10 | 317 | 37 | 140 | 0 | 23 | 431 | 135 | 52 |
| Binary | 10001111 | 1000 | 11001111 | 11111 | 1100000 | 0 | 10011 | 100011001 | 1011101 | 101010 |
Color Harmonies of #8F08CF
Complementary color
Monochromatic Colors of #8F08CF
Black with #8F08CF
Text Example
Text Example
White with #8F08CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F08CF; }
p { color: rgb(143,8,207); }
H1.HeaderClassName
{
color: #8F08CF;
}
.AnyTagClassName
{
color: #8F08CF;
}
</style>
background-color css
<style>
a { background-color: #8F08CF; }
a { background-color: rgb(143,8,207); }
div.DivClassName
{
background-color: #8F08CF;
}
.BgClassName
{
background-color: #8F08CF;
}
</style>
border-color css
<style>
span { border-color: #8F08CF; }
span { border-color: rgb(143,8,207); }
td.TdClassName
{
border-color: #8F08CF;
}
.TagClassName
{
border-color: #8F08CF;
}
</style>