Shades of Dark Violet #8F0CCA
Tints of Dark Violet #8F0CCA
RGB
CMYK
RGB Variations
Color information
#8F0CCA (or 0x8F0CCA) is known color: Dark Violet. HEX triplet: 8F, 0C and CA. RGB value is (143,12,202). Sum of RGB (Red+Green+Blue) = 143+12+202=357 (47% of max value = 765). Red value is 143 (56.25% from 255 or 40.06% from 357); Green value is 12 (5.08% from 255 or 3.36% from 357); Blue value is 202 (79.30% from 255 or 56.58% from 357); Max value from RGB is 202 - color contains mainly: blue. Hex color #8F0CCA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F0CCA is #70F335. Grayscale: #484848. Windows color (decimal): -7402294 or 13241487. OLE color: 13241487.
HSL color Cylindrical-coordinate representation of color #8F0CCA: hue angle of 281.37º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8F0CCA is Cyan = 0.29, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 143 | 12 | 202 | - |
| CMYK | 0.29 | 0.94 | 0 | 0.21 |
| HSL | 281.37º | 0.89% | 0.42% | - |
| HSV(B) | 281.37º | 0.94% | 0.79% | - |
| XYZ | 22.12 | 10.37 | 56.71 | - |
| YUV | 72.83 | 200.9 | 178.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 12 | 202 | 0.29 | 0.94 | 0 | 0.21 | 281.37 | 0.89 | 0.42 |
| Hex | 8F | C | CA | 1D | 5E | 0 | 15 | 119 | 59 | 2A |
| Octal | 217 | 14 | 312 | 35 | 136 | 0 | 25 | 431 | 131 | 52 |
| Binary | 10001111 | 1100 | 11001010 | 11101 | 1011110 | 0 | 10101 | 100011001 | 1011001 | 101010 |
Color Harmonies of #8F0CCA
Complementary color
Monochromatic Colors of #8F0CCA
Black with #8F0CCA
Text Example
Text Example
White with #8F0CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0CCA; }
p { color: rgb(143,12,202); }
H1.HeaderClassName
{
color: #8F0CCA;
}
.AnyTagClassName
{
color: #8F0CCA;
}
</style>
background-color css
<style>
a { background-color: #8F0CCA; }
a { background-color: rgb(143,12,202); }
div.DivClassName
{
background-color: #8F0CCA;
}
.BgClassName
{
background-color: #8F0CCA;
}
</style>
border-color css
<style>
span { border-color: #8F0CCA; }
span { border-color: rgb(143,12,202); }
td.TdClassName
{
border-color: #8F0CCA;
}
.TagClassName
{
border-color: #8F0CCA;
}
</style>