Shades of Dark Violet #8B06CF
Tints of Dark Violet #8B06CF
RGB
CMYK
RGB Variations
Color information
#8B06CF (or 0x8B06CF) is known color: Dark Violet. HEX triplet: 8B, 06 and CF. RGB value is (139,6,207). Sum of RGB (Red+Green+Blue) = 139+6+207=352 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.49% from 352); Green value is 6 (2.73% from 255 or 1.70% from 352); Blue value is 207 (81.25% from 255 or 58.81% from 352); Max value from RGB is 207 - color contains mainly: blue. Hex color #8B06CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8B06CF is #74F930. Grayscale: #444444. Windows color (decimal): -7665969 or 13567627. OLE color: 13567627.
HSL color Cylindrical-coordinate representation of color #8B06CF: hue angle of 279.7º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8B06CF is Cyan = 0.33, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 139 | 6 | 207 | - |
| CMYK | 0.33 | 0.97 | 0 | 0.19 |
| HSL | 279.7º | 0.94% | 0.42% | - |
| HSV(B) | 279.7º | 0.97% | 0.81% | - |
| XYZ | 21.98 | 10.12 | 59.83 | - |
| YUV | 68.68 | 206.06 | 178.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 6 | 207 | 0.33 | 0.97 | 0 | 0.19 | 279.7 | 0.94 | 0.42 |
| Hex | 8B | 6 | CF | 21 | 61 | 0 | 13 | 118 | 5E | 2A |
| Octal | 213 | 6 | 317 | 41 | 141 | 0 | 23 | 430 | 136 | 52 |
| Binary | 10001011 | 110 | 11001111 | 100001 | 1100001 | 0 | 10011 | 100011000 | 1011110 | 101010 |
Color Harmonies of #8B06CF
Complementary color
Monochromatic Colors of #8B06CF
Black with #8B06CF
Text Example
Text Example
White with #8B06CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B06CF; }
p { color: rgb(139,6,207); }
H1.HeaderClassName
{
color: #8B06CF;
}
.AnyTagClassName
{
color: #8B06CF;
}
</style>
background-color css
<style>
a { background-color: #8B06CF; }
a { background-color: rgb(139,6,207); }
div.DivClassName
{
background-color: #8B06CF;
}
.BgClassName
{
background-color: #8B06CF;
}
</style>
border-color css
<style>
span { border-color: #8B06CF; }
span { border-color: rgb(139,6,207); }
td.TdClassName
{
border-color: #8B06CF;
}
.TagClassName
{
border-color: #8B06CF;
}
</style>