Shades of Dark Violet #8F11CC
Tints of Dark Violet #8F11CC
RGB
CMYK
RGB Variations
Color information
#8F11CC (or 0x8F11CC) is known color: Dark Violet. HEX triplet: 8F, 11 and CC. RGB value is (143,17,204). Sum of RGB (Red+Green+Blue) = 143+17+204=364 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.29% from 364); Green value is 17 (7.03% from 255 or 4.67% from 364); Blue value is 204 (80.08% from 255 or 56.04% from 364); Max value from RGB is 204 - color contains mainly: blue. Hex color #8F11CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F11CC is #70EE33. Grayscale: #4B4B4B. Windows color (decimal): -7401012 or 13373839. OLE color: 13373839.
HSL color Cylindrical-coordinate representation of color #8F11CC: hue angle of 280.43º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8F11CC is Cyan = 0.30, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 143 | 17 | 204 | - |
| CMYK | 0.30 | 0.92 | 0 | 0.2 |
| HSL | 280.43º | 0.85% | 0.43% | - |
| HSV(B) | 280.43º | 0.92% | 0.8% | - |
| XYZ | 22.43 | 10.6 | 57.99 | - |
| YUV | 75.99 | 200.24 | 175.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 17 | 204 | 0.30 | 0.92 | 0 | 0.2 | 280.43 | 0.85 | 0.43 |
| Hex | 8F | 11 | CC | 1E | 5C | 0 | 14 | 118 | 55 | 2B |
| Octal | 217 | 21 | 314 | 36 | 134 | 0 | 24 | 430 | 125 | 53 |
| Binary | 10001111 | 10001 | 11001100 | 11110 | 1011100 | 0 | 10100 | 100011000 | 1010101 | 101011 |
Color Harmonies of #8F11CC
Complementary color
Monochromatic Colors of #8F11CC
Black with #8F11CC
Text Example
Text Example
White with #8F11CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F11CC; }
p { color: rgb(143,17,204); }
H1.HeaderClassName
{
color: #8F11CC;
}
.AnyTagClassName
{
color: #8F11CC;
}
</style>
background-color css
<style>
a { background-color: #8F11CC; }
a { background-color: rgb(143,17,204); }
div.DivClassName
{
background-color: #8F11CC;
}
.BgClassName
{
background-color: #8F11CC;
}
</style>
border-color css
<style>
span { border-color: #8F11CC; }
span { border-color: rgb(143,17,204); }
td.TdClassName
{
border-color: #8F11CC;
}
.TagClassName
{
border-color: #8F11CC;
}
</style>