Shades of Dark Violet #8608B5
Tints of Dark Violet #8608B5
RGB
CMYK
RGB Variations
Color information
#8608B5 (or 0x8608B5) is known color: Dark Violet. HEX triplet: 86, 08 and B5. RGB value is (134,8,181). Sum of RGB (Red+Green+Blue) = 134+8+181=323 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.49% from 323); Green value is 8 (3.52% from 255 or 2.48% from 323); Blue value is 181 (71.09% from 255 or 56.04% from 323); Max value from RGB is 181 - color contains mainly: blue. Hex color #8608B5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8608B5 is #79F74A. Grayscale: #404040. Windows color (decimal): -7993163 or 11864198. OLE color: 11864198.
HSL color Cylindrical-coordinate representation of color #8608B5: hue angle of 283.7º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8608B5 is Cyan = 0.26, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 134 | 8 | 181 | - |
| CMYK | 0.26 | 0.96 | 0 | 0.29 |
| HSL | 283.7º | 0.92% | 0.37% | - |
| HSV(B) | 283.7º | 0.96% | 0.71% | - |
| XYZ | 18.26 | 8.58 | 44.41 | - |
| YUV | 65.4 | 193.24 | 176.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 8 | 181 | 0.26 | 0.96 | 0 | 0.29 | 283.7 | 0.92 | 0.37 |
| Hex | 86 | 8 | B5 | 1A | 60 | 0 | 1D | 11C | 5C | 25 |
| Octal | 206 | 10 | 265 | 32 | 140 | 0 | 35 | 434 | 134 | 45 |
| Binary | 10000110 | 1000 | 10110101 | 11010 | 1100000 | 0 | 11101 | 100011100 | 1011100 | 100101 |
Color Harmonies of #8608B5
Complementary color
Monochromatic Colors of #8608B5
Black with #8608B5
Text Example
Text Example
White with #8608B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8608B5; }
p { color: rgb(134,8,181); }
H1.HeaderClassName
{
color: #8608B5;
}
.AnyTagClassName
{
color: #8608B5;
}
</style>
background-color css
<style>
a { background-color: #8608B5; }
a { background-color: rgb(134,8,181); }
div.DivClassName
{
background-color: #8608B5;
}
.BgClassName
{
background-color: #8608B5;
}
</style>
border-color css
<style>
span { border-color: #8608B5; }
span { border-color: rgb(134,8,181); }
td.TdClassName
{
border-color: #8608B5;
}
.TagClassName
{
border-color: #8608B5;
}
</style>