Shades of Dark Violet #8F07CB
Tints of Dark Violet #8F07CB
RGB
CMYK
RGB Variations
Color information
#8F07CB (or 0x8F07CB) is known color: Dark Violet. HEX triplet: 8F, 07 and CB. RGB value is (143,7,203). Sum of RGB (Red+Green+Blue) = 143+7+203=353 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.51% from 353); Green value is 7 (3.12% from 255 or 1.98% from 353); Blue value is 203 (79.69% from 255 or 57.51% from 353); Max value from RGB is 203 - color contains mainly: blue. Hex color #8F07CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F07CB is #70F834. Grayscale: #454545. Windows color (decimal): -7403573 or 13305743. OLE color: 13305743.
HSL color Cylindrical-coordinate representation of color #8F07CB: hue angle of 281.63º 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 #8F07CB is Cyan = 0.30, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 143 | 7 | 203 | - |
| CMYK | 0.30 | 0.97 | 0 | 0.20 |
| HSL | 281.63º | 0.93% | 0.41% | - |
| HSV(B) | 281.63º | 0.97% | 0.8% | - |
| XYZ | 22.18 | 10.3 | 57.32 | - |
| YUV | 70.01 | 203.06 | 180.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 7 | 203 | 0.30 | 0.97 | 0 | 0.20 | 281.63 | 0.93 | 0.41 |
| Hex | 8F | 7 | CB | 1E | 61 | 0 | 14 | 11A | 5D | 29 |
| Octal | 217 | 7 | 313 | 36 | 141 | 0 | 24 | 432 | 135 | 51 |
| Binary | 10001111 | 111 | 11001011 | 11110 | 1100001 | 0 | 10100 | 100011010 | 1011101 | 101001 |
Color Harmonies of #8F07CB
Complementary color
Monochromatic Colors of #8F07CB
Black with #8F07CB
Text Example
Text Example
White with #8F07CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F07CB; }
p { color: rgb(143,7,203); }
H1.HeaderClassName
{
color: #8F07CB;
}
.AnyTagClassName
{
color: #8F07CB;
}
</style>
background-color css
<style>
a { background-color: #8F07CB; }
a { background-color: rgb(143,7,203); }
div.DivClassName
{
background-color: #8F07CB;
}
.BgClassName
{
background-color: #8F07CB;
}
</style>
border-color css
<style>
span { border-color: #8F07CB; }
span { border-color: rgb(143,7,203); }
td.TdClassName
{
border-color: #8F07CB;
}
.TagClassName
{
border-color: #8F07CB;
}
</style>