Shades of Dark Violet #8F07CC
Tints of Dark Violet #8F07CC
RGB
CMYK
RGB Variations
Color information
#8F07CC (or 0x8F07CC) is known color: Dark Violet. HEX triplet: 8F, 07 and CC. RGB value is (143,7,204). Sum of RGB (Red+Green+Blue) = 143+7+204=354 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.40% from 354); Green value is 7 (3.12% from 255 or 1.98% from 354); Blue value is 204 (80.08% from 255 or 57.63% from 354); Max value from RGB is 204 - color contains mainly: blue. Hex color #8F07CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F07CC is #70F833. Grayscale: #454545. Windows color (decimal): -7403572 or 13371279. OLE color: 13371279.
HSL color Cylindrical-coordinate representation of color #8F07CC: hue angle of 281.42º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8F07CC is Cyan = 0.30, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 143 | 7 | 204 | - |
| CMYK | 0.30 | 0.97 | 0 | 0.2 |
| HSL | 281.42º | 0.93% | 0.41% | - |
| HSV(B) | 281.42º | 0.97% | 0.8% | - |
| XYZ | 22.3 | 10.35 | 57.95 | - |
| YUV | 70.12 | 203.56 | 179.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 7 | 204 | 0.30 | 0.97 | 0 | 0.2 | 281.42 | 0.93 | 0.41 |
| Hex | 8F | 7 | CC | 1E | 61 | 0 | 14 | 119 | 5D | 29 |
| Octal | 217 | 7 | 314 | 36 | 141 | 0 | 24 | 431 | 135 | 51 |
| Binary | 10001111 | 111 | 11001100 | 11110 | 1100001 | 0 | 10100 | 100011001 | 1011101 | 101001 |
Color Harmonies of #8F07CC
Complementary color
Monochromatic Colors of #8F07CC
Black with #8F07CC
Text Example
Text Example
White with #8F07CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F07CC; }
p { color: rgb(143,7,204); }
H1.HeaderClassName
{
color: #8F07CC;
}
.AnyTagClassName
{
color: #8F07CC;
}
</style>
background-color css
<style>
a { background-color: #8F07CC; }
a { background-color: rgb(143,7,204); }
div.DivClassName
{
background-color: #8F07CC;
}
.BgClassName
{
background-color: #8F07CC;
}
</style>
border-color css
<style>
span { border-color: #8F07CC; }
span { border-color: rgb(143,7,204); }
td.TdClassName
{
border-color: #8F07CC;
}
.TagClassName
{
border-color: #8F07CC;
}
</style>