Shades of Dark Violet #8F05CC
Tints of Dark Violet #8F05CC
RGB
CMYK
RGB Variations
Color information
#8F05CC (or 0x8F05CC) is known color: Dark Violet. HEX triplet: 8F, 05 and CC. RGB value is (143,5,204). Sum of RGB (Red+Green+Blue) = 143+5+204=352 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.62% from 352); Green value is 5 (2.34% from 255 or 1.42% from 352); Blue value is 204 (80.08% from 255 or 57.95% from 352); Max value from RGB is 204 - color contains mainly: blue. Hex color #8F05CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F05CC is #70FA33. Grayscale: #444444. Windows color (decimal): -7404084 or 13370767. OLE color: 13370767.
HSL color Cylindrical-coordinate representation of color #8F05CC: hue angle of 281.61º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8F05CC is Cyan = 0.30, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 143 | 5 | 204 | - |
| CMYK | 0.30 | 0.98 | 0 | 0.2 |
| HSL | 281.61º | 0.95% | 0.41% | - |
| HSV(B) | 281.61º | 0.98% | 0.8% | - |
| XYZ | 22.28 | 10.31 | 57.94 | - |
| YUV | 68.95 | 204.22 | 180.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 5 | 204 | 0.30 | 0.98 | 0 | 0.2 | 281.61 | 0.95 | 0.41 |
| Hex | 8F | 5 | CC | 1E | 62 | 0 | 14 | 11A | 5F | 29 |
| Octal | 217 | 5 | 314 | 36 | 142 | 0 | 24 | 432 | 137 | 51 |
| Binary | 10001111 | 101 | 11001100 | 11110 | 1100010 | 0 | 10100 | 100011010 | 1011111 | 101001 |
Color Harmonies of #8F05CC
Complementary color
Monochromatic Colors of #8F05CC
Black with #8F05CC
Text Example
Text Example
White with #8F05CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F05CC; }
p { color: rgb(143,5,204); }
H1.HeaderClassName
{
color: #8F05CC;
}
.AnyTagClassName
{
color: #8F05CC;
}
</style>
background-color css
<style>
a { background-color: #8F05CC; }
a { background-color: rgb(143,5,204); }
div.DivClassName
{
background-color: #8F05CC;
}
.BgClassName
{
background-color: #8F05CC;
}
</style>
border-color css
<style>
span { border-color: #8F05CC; }
span { border-color: rgb(143,5,204); }
td.TdClassName
{
border-color: #8F05CC;
}
.TagClassName
{
border-color: #8F05CC;
}
</style>