Shades of Dark Violet #8F0CEE
Tints of Dark Violet #8F0CEE
RGB
CMYK
RGB Variations
Color information
#8F0CEE (or 0x8F0CEE) is known color: Dark Violet. HEX triplet: 8F, 0C and EE. RGB value is (143,12,238). Sum of RGB (Red+Green+Blue) = 143+12+238=393 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.39% from 393); Green value is 12 (5.08% from 255 or 3.05% from 393); Blue value is 238 (93.36% from 255 or 60.56% from 393); Max value from RGB is 238 - color contains mainly: blue. Hex color #8F0CEE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8F0CEE is #70F311. Grayscale: #4C4C4C. Windows color (decimal): -7402258 or 15600783. OLE color: 15600783.
HSL color Cylindrical-coordinate representation of color #8F0CEE: hue angle of 274.78º 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 #8F0CEE is Cyan = 0.40, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 12 | 238 | - |
| CMYK | 0.40 | 0.95 | 0 | 0.07 |
| HSL | 274.78º | 0.9% | 0.49% | - |
| HSV(B) | 274.78º | 0.95% | 0.93% | - |
| XYZ | 26.89 | 12.28 | 81.84 | - |
| YUV | 76.93 | 218.9 | 175.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 12 | 238 | 0.40 | 0.95 | 0 | 0.07 | 274.78 | 0.9 | 0.49 |
| Hex | 8F | C | EE | 28 | 5F | 0 | 7 | 113 | 5A | 31 |
| Octal | 217 | 14 | 356 | 50 | 137 | 0 | 7 | 423 | 132 | 61 |
| Binary | 10001111 | 1100 | 11101110 | 101000 | 1011111 | 0 | 111 | 100010011 | 1011010 | 110001 |
Color Harmonies of #8F0CEE
Complementary color
Monochromatic Colors of #8F0CEE
Black with #8F0CEE
Text Example
Text Example
White with #8F0CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0CEE; }
p { color: rgb(143,12,238); }
H1.HeaderClassName
{
color: #8F0CEE;
}
.AnyTagClassName
{
color: #8F0CEE;
}
</style>
background-color css
<style>
a { background-color: #8F0CEE; }
a { background-color: rgb(143,12,238); }
div.DivClassName
{
background-color: #8F0CEE;
}
.BgClassName
{
background-color: #8F0CEE;
}
</style>
border-color css
<style>
span { border-color: #8F0CEE; }
span { border-color: rgb(143,12,238); }
td.TdClassName
{
border-color: #8F0CEE;
}
.TagClassName
{
border-color: #8F0CEE;
}
</style>