Shades of Dark Violet #8F0CCD
Tints of Dark Violet #8F0CCD
RGB
CMYK
RGB Variations
Color information
#8F0CCD (or 0x8F0CCD) is known color: Dark Violet. HEX triplet: 8F, 0C and CD. RGB value is (143,12,205). Sum of RGB (Red+Green+Blue) = 143+12+205=360 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.72% from 360); Green value is 12 (5.08% from 255 or 3.33% from 360); Blue value is 205 (80.47% from 255 or 56.94% from 360); Max value from RGB is 205 - color contains mainly: blue. Hex color #8F0CCD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F0CCD is #70F332. Grayscale: #484848. Windows color (decimal): -7402291 or 13438095. OLE color: 13438095.
HSL color Cylindrical-coordinate representation of color #8F0CCD: hue angle of 280.73º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8F0CCD is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 143 | 12 | 205 | - |
| CMYK | 0.30 | 0.94 | 0 | 0.20 |
| HSL | 280.73º | 0.89% | 0.43% | - |
| HSV(B) | 280.73º | 0.94% | 0.8% | - |
| XYZ | 22.48 | 10.51 | 58.6 | - |
| YUV | 73.17 | 202.4 | 177.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 12 | 205 | 0.30 | 0.94 | 0 | 0.20 | 280.73 | 0.89 | 0.43 |
| Hex | 8F | C | CD | 1E | 5E | 0 | 14 | 119 | 59 | 2B |
| Octal | 217 | 14 | 315 | 36 | 136 | 0 | 24 | 431 | 131 | 53 |
| Binary | 10001111 | 1100 | 11001101 | 11110 | 1011110 | 0 | 10100 | 100011001 | 1011001 | 101011 |
Color Harmonies of #8F0CCD
Complementary color
Monochromatic Colors of #8F0CCD
Black with #8F0CCD
Text Example
Text Example
White with #8F0CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0CCD; }
p { color: rgb(143,12,205); }
H1.HeaderClassName
{
color: #8F0CCD;
}
.AnyTagClassName
{
color: #8F0CCD;
}
</style>
background-color css
<style>
a { background-color: #8F0CCD; }
a { background-color: rgb(143,12,205); }
div.DivClassName
{
background-color: #8F0CCD;
}
.BgClassName
{
background-color: #8F0CCD;
}
</style>
border-color css
<style>
span { border-color: #8F0CCD; }
span { border-color: rgb(143,12,205); }
td.TdClassName
{
border-color: #8F0CCD;
}
.TagClassName
{
border-color: #8F0CCD;
}
</style>