Shades of Dark Violet #8F11CB
Tints of Dark Violet #8F11CB
RGB
CMYK
RGB Variations
Color information
#8F11CB (or 0x8F11CB) is known color: Dark Violet. HEX triplet: 8F, 11 and CB. RGB value is (143,17,203). Sum of RGB (Red+Green+Blue) = 143+17+203=363 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.39% from 363); Green value is 17 (7.03% from 255 or 4.68% from 363); Blue value is 203 (79.69% from 255 or 55.92% from 363); Max value from RGB is 203 - color contains mainly: blue. Hex color #8F11CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F11CB is #70EE34. Grayscale: #4B4B4B. Windows color (decimal): -7401013 or 13308303. OLE color: 13308303.
HSL color Cylindrical-coordinate representation of color #8F11CB: hue angle of 280.65º 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 #8F11CB is Cyan = 0.30, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 143 | 17 | 203 | - |
| CMYK | 0.30 | 0.92 | 0 | 0.20 |
| HSL | 280.65º | 0.85% | 0.43% | - |
| HSV(B) | 280.65º | 0.92% | 0.8% | - |
| XYZ | 22.31 | 10.55 | 57.36 | - |
| YUV | 75.88 | 199.74 | 175.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 17 | 203 | 0.30 | 0.92 | 0 | 0.20 | 280.65 | 0.85 | 0.43 |
| Hex | 8F | 11 | CB | 1E | 5C | 0 | 14 | 119 | 55 | 2B |
| Octal | 217 | 21 | 313 | 36 | 134 | 0 | 24 | 431 | 125 | 53 |
| Binary | 10001111 | 10001 | 11001011 | 11110 | 1011100 | 0 | 10100 | 100011001 | 1010101 | 101011 |
Color Harmonies of #8F11CB
Complementary color
Monochromatic Colors of #8F11CB
Black with #8F11CB
Text Example
Text Example
White with #8F11CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F11CB; }
p { color: rgb(143,17,203); }
H1.HeaderClassName
{
color: #8F11CB;
}
.AnyTagClassName
{
color: #8F11CB;
}
</style>
background-color css
<style>
a { background-color: #8F11CB; }
a { background-color: rgb(143,17,203); }
div.DivClassName
{
background-color: #8F11CB;
}
.BgClassName
{
background-color: #8F11CB;
}
</style>
border-color css
<style>
span { border-color: #8F11CB; }
span { border-color: rgb(143,17,203); }
td.TdClassName
{
border-color: #8F11CB;
}
.TagClassName
{
border-color: #8F11CB;
}
</style>