Shades of Dark Violet #8F0CED
Tints of Dark Violet #8F0CED
RGB
CMYK
RGB Variations
Color information
#8F0CED (or 0x8F0CED) is known color: Dark Violet. HEX triplet: 8F, 0C and ED. RGB value is (143,12,237). Sum of RGB (Red+Green+Blue) = 143+12+237=392 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.48% from 392); Green value is 12 (5.08% from 255 or 3.06% from 392); Blue value is 237 (92.97% from 255 or 60.46% from 392); Max value from RGB is 237 - color contains mainly: blue. Hex color #8F0CED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8F0CED is #70F312. Grayscale: #4C4C4C. Windows color (decimal): -7402259 or 15535247. OLE color: 15535247.
HSL color Cylindrical-coordinate representation of color #8F0CED: hue angle of 274.93º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8F0CED is Cyan = 0.40, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 12 | 237 | - |
| CMYK | 0.40 | 0.95 | 0 | 0.07 |
| HSL | 274.93º | 0.9% | 0.49% | - |
| HSV(B) | 274.93º | 0.95% | 0.93% | - |
| XYZ | 26.75 | 12.22 | 81.07 | - |
| YUV | 76.82 | 218.4 | 175.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 12 | 237 | 0.40 | 0.95 | 0 | 0.07 | 274.93 | 0.9 | 0.49 |
| Hex | 8F | C | ED | 28 | 5F | 0 | 7 | 113 | 5A | 31 |
| Octal | 217 | 14 | 355 | 50 | 137 | 0 | 7 | 423 | 132 | 61 |
| Binary | 10001111 | 1100 | 11101101 | 101000 | 1011111 | 0 | 111 | 100010011 | 1011010 | 110001 |
Color Harmonies of #8F0CED
Complementary color
Monochromatic Colors of #8F0CED
Black with #8F0CED
Text Example
Text Example
White with #8F0CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0CED; }
p { color: rgb(143,12,237); }
H1.HeaderClassName
{
color: #8F0CED;
}
.AnyTagClassName
{
color: #8F0CED;
}
</style>
background-color css
<style>
a { background-color: #8F0CED; }
a { background-color: rgb(143,12,237); }
div.DivClassName
{
background-color: #8F0CED;
}
.BgClassName
{
background-color: #8F0CED;
}
</style>
border-color css
<style>
span { border-color: #8F0CED; }
span { border-color: rgb(143,12,237); }
td.TdClassName
{
border-color: #8F0CED;
}
.TagClassName
{
border-color: #8F0CED;
}
</style>