Shades of Dark Violet #8608BC
Tints of Dark Violet #8608BC
RGB
CMYK
RGB Variations
Color information
#8608BC (or 0x8608BC) is known color: Dark Violet. HEX triplet: 86, 08 and BC. RGB value is (134,8,188). Sum of RGB (Red+Green+Blue) = 134+8+188=330 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.61% from 330); Green value is 8 (3.52% from 255 or 2.42% from 330); Blue value is 188 (73.83% from 255 or 56.97% from 330); Max value from RGB is 188 - color contains mainly: blue. Hex color #8608BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8608BC is #79F743. Grayscale: #414141. Windows color (decimal): -7993156 or 12322950. OLE color: 12322950.
HSL color Cylindrical-coordinate representation of color #8608BC: hue angle of 282º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8608BC is Cyan = 0.29, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 134 | 8 | 188 | - |
| CMYK | 0.29 | 0.96 | 0 | 0.26 |
| HSL | 282º | 0.92% | 0.38% | - |
| HSV(B) | 282º | 0.96% | 0.74% | - |
| XYZ | 19 | 8.87 | 48.29 | - |
| YUV | 66.19 | 196.74 | 176.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 8 | 188 | 0.29 | 0.96 | 0 | 0.26 | 282 | 0.92 | 0.38 |
| Hex | 86 | 8 | BC | 1D | 60 | 0 | 1A | 11A | 5C | 26 |
| Octal | 206 | 10 | 274 | 35 | 140 | 0 | 32 | 432 | 134 | 46 |
| Binary | 10000110 | 1000 | 10111100 | 11101 | 1100000 | 0 | 11010 | 100011010 | 1011100 | 100110 |
Color Harmonies of #8608BC
Complementary color
Monochromatic Colors of #8608BC
Black with #8608BC
Text Example
Text Example
White with #8608BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8608BC; }
p { color: rgb(134,8,188); }
H1.HeaderClassName
{
color: #8608BC;
}
.AnyTagClassName
{
color: #8608BC;
}
</style>
background-color css
<style>
a { background-color: #8608BC; }
a { background-color: rgb(134,8,188); }
div.DivClassName
{
background-color: #8608BC;
}
.BgClassName
{
background-color: #8608BC;
}
</style>
border-color css
<style>
span { border-color: #8608BC; }
span { border-color: rgb(134,8,188); }
td.TdClassName
{
border-color: #8608BC;
}
.TagClassName
{
border-color: #8608BC;
}
</style>