Shades of Dark Violet #8603BB
Tints of Dark Violet #8603BB
RGB
CMYK
RGB Variations
Color information
#8603BB (or 0x8603BB) is known color: Dark Violet. HEX triplet: 86, 03 and BB. RGB value is (134,3,187). Sum of RGB (Red+Green+Blue) = 134+3+187=324 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.36% from 324); Green value is 3 (1.56% from 255 or 0.93% from 324); Blue value is 187 (73.44% from 255 or 57.72% from 324); Max value from RGB is 187 - color contains mainly: blue. Hex color #8603BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8603BB is #79FC44. Grayscale: #3E3E3E. Windows color (decimal): -7994437 or 12256134. OLE color: 12256134.
HSL color Cylindrical-coordinate representation of color #8603BB: hue angle of 282.72º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8603BB is Cyan = 0.28, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 134 | 3 | 187 | - |
| CMYK | 0.28 | 0.98 | 0 | 0.27 |
| HSL | 282.72º | 0.97% | 0.37% | - |
| HSV(B) | 282.72º | 0.98% | 0.73% | - |
| XYZ | 18.83 | 8.72 | 47.7 | - |
| YUV | 63.15 | 197.9 | 178.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 3 | 187 | 0.28 | 0.98 | 0 | 0.27 | 282.72 | 0.97 | 0.37 |
| Hex | 86 | 3 | BB | 1C | 62 | 0 | 1B | 11B | 61 | 25 |
| Octal | 206 | 3 | 273 | 34 | 142 | 0 | 33 | 433 | 141 | 45 |
| Binary | 10000110 | 11 | 10111011 | 11100 | 1100010 | 0 | 11011 | 100011011 | 1100001 | 100101 |
Color Harmonies of #8603BB
Complementary color
Monochromatic Colors of #8603BB
Black with #8603BB
Text Example
Text Example
White with #8603BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8603BB; }
p { color: rgb(134,3,187); }
H1.HeaderClassName
{
color: #8603BB;
}
.AnyTagClassName
{
color: #8603BB;
}
</style>
background-color css
<style>
a { background-color: #8603BB; }
a { background-color: rgb(134,3,187); }
div.DivClassName
{
background-color: #8603BB;
}
.BgClassName
{
background-color: #8603BB;
}
</style>
border-color css
<style>
span { border-color: #8603BB; }
span { border-color: rgb(134,3,187); }
td.TdClassName
{
border-color: #8603BB;
}
.TagClassName
{
border-color: #8603BB;
}
</style>