Shades of Dark Violet #8311CF
Tints of Dark Violet #8311CF
RGB
CMYK
RGB Variations
Color information
#8311CF (or 0x8311CF) is known color: Dark Violet. HEX triplet: 83, 11 and CF. RGB value is (131,17,207). Sum of RGB (Red+Green+Blue) = 131+17+207=355 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.90% from 355); Green value is 17 (7.03% from 255 or 4.79% from 355); Blue value is 207 (81.25% from 255 or 58.31% from 355); Max value from RGB is 207 - color contains mainly: blue. Hex color #8311CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8311CF is #7CEE30. Grayscale: #484848. Windows color (decimal): -8187441 or 13570435. OLE color: 13570435.
HSL color Cylindrical-coordinate representation of color #8311CF: hue angle of 276º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8311CF is Cyan = 0.37, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 131 | 17 | 207 | - |
| CMYK | 0.37 | 0.92 | 0 | 0.19 |
| HSL | 276º | 0.85% | 0.44% | - |
| HSV(B) | 276º | 0.92% | 0.81% | - |
| XYZ | 20.82 | 9.73 | 59.81 | - |
| YUV | 72.75 | 203.77 | 169.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 17 | 207 | 0.37 | 0.92 | 0 | 0.19 | 276 | 0.85 | 0.44 |
| Hex | 83 | 11 | CF | 25 | 5C | 0 | 13 | 114 | 55 | 2C |
| Octal | 203 | 21 | 317 | 45 | 134 | 0 | 23 | 424 | 125 | 54 |
| Binary | 10000011 | 10001 | 11001111 | 100101 | 1011100 | 0 | 10011 | 100010100 | 1010101 | 101100 |
Color Harmonies of #8311CF
Complementary color
Monochromatic Colors of #8311CF
Black with #8311CF
Text Example
Text Example
White with #8311CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8311CF; }
p { color: rgb(131,17,207); }
H1.HeaderClassName
{
color: #8311CF;
}
.AnyTagClassName
{
color: #8311CF;
}
</style>
background-color css
<style>
a { background-color: #8311CF; }
a { background-color: rgb(131,17,207); }
div.DivClassName
{
background-color: #8311CF;
}
.BgClassName
{
background-color: #8311CF;
}
</style>
border-color css
<style>
span { border-color: #8311CF; }
span { border-color: rgb(131,17,207); }
td.TdClassName
{
border-color: #8311CF;
}
.TagClassName
{
border-color: #8311CF;
}
</style>