Shades of Dark Violet #8F0ACA
Tints of Dark Violet #8F0ACA
RGB
CMYK
RGB Variations
Color information
#8F0ACA (or 0x8F0ACA) is known color: Dark Violet. HEX triplet: 8F, 0A and CA. RGB value is (143,10,202). Sum of RGB (Red+Green+Blue) = 143+10+202=355 (47% of max value = 765). Red value is 143 (56.25% from 255 or 40.28% from 355); Green value is 10 (4.30% from 255 or 2.82% from 355); Blue value is 202 (79.30% from 255 or 56.90% from 355); Max value from RGB is 202 - color contains mainly: blue. Hex color #8F0ACA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F0ACA is #70F535. Grayscale: #474747. Windows color (decimal): -7402806 or 13240975. OLE color: 13240975.
HSL color Cylindrical-coordinate representation of color #8F0ACA: hue angle of 281.56º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8F0ACA is Cyan = 0.29, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 143 | 10 | 202 | - |
| CMYK | 0.29 | 0.95 | 0 | 0.21 |
| HSL | 281.56º | 0.91% | 0.42% | - |
| HSV(B) | 281.56º | 0.95% | 0.79% | - |
| XYZ | 22.1 | 10.32 | 56.7 | - |
| YUV | 71.66 | 201.56 | 178.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 10 | 202 | 0.29 | 0.95 | 0 | 0.21 | 281.56 | 0.91 | 0.42 |
| Hex | 8F | A | CA | 1D | 5F | 0 | 15 | 11A | 5B | 2A |
| Octal | 217 | 12 | 312 | 35 | 137 | 0 | 25 | 432 | 133 | 52 |
| Binary | 10001111 | 1010 | 11001010 | 11101 | 1011111 | 0 | 10101 | 100011010 | 1011011 | 101010 |
Color Harmonies of #8F0ACA
Complementary color
Monochromatic Colors of #8F0ACA
Black with #8F0ACA
Text Example
Text Example
White with #8F0ACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0ACA; }
p { color: rgb(143,10,202); }
H1.HeaderClassName
{
color: #8F0ACA;
}
.AnyTagClassName
{
color: #8F0ACA;
}
</style>
background-color css
<style>
a { background-color: #8F0ACA; }
a { background-color: rgb(143,10,202); }
div.DivClassName
{
background-color: #8F0ACA;
}
.BgClassName
{
background-color: #8F0ACA;
}
</style>
border-color css
<style>
span { border-color: #8F0ACA; }
span { border-color: rgb(143,10,202); }
td.TdClassName
{
border-color: #8F0ACA;
}
.TagClassName
{
border-color: #8F0ACA;
}
</style>