Shades of Dark Violet #8603D6
Tints of Dark Violet #8603D6
RGB
CMYK
RGB Variations
Color information
#8603D6 (or 0x8603D6) is known color: Dark Violet. HEX triplet: 86, 03 and D6. RGB value is (134,3,214). Sum of RGB (Red+Green+Blue) = 134+3+214=351 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.18% from 351); Green value is 3 (1.56% from 255 or 0.85% from 351); Blue value is 214 (83.98% from 255 or 60.97% from 351); Max value from RGB is 214 - color contains mainly: blue. Hex color #8603D6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8603D6 is #79FC29. Grayscale: #414141. Windows color (decimal): -7994410 or 14025606. OLE color: 14025606.
HSL color Cylindrical-coordinate representation of color #8603D6: hue angle of 277.25º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8603D6 is Cyan = 0.37, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 134 | 3 | 214 | - |
| CMYK | 0.37 | 0.99 | 0 | 0.16 |
| HSL | 277.25º | 0.97% | 0.43% | - |
| HSV(B) | 277.25º | 0.99% | 0.84% | - |
| XYZ | 22 | 9.99 | 64.39 | - |
| YUV | 66.22 | 211.4 | 176.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 3 | 214 | 0.37 | 0.99 | 0 | 0.16 | 277.25 | 0.97 | 0.43 |
| Hex | 86 | 3 | D6 | 25 | 63 | 0 | 10 | 115 | 61 | 2B |
| Octal | 206 | 3 | 326 | 45 | 143 | 0 | 20 | 425 | 141 | 53 |
| Binary | 10000110 | 11 | 11010110 | 100101 | 1100011 | 0 | 10000 | 100010101 | 1100001 | 101011 |
Color Harmonies of #8603D6
Complementary color
Monochromatic Colors of #8603D6
Black with #8603D6
Text Example
Text Example
White with #8603D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8603D6; }
p { color: rgb(134,3,214); }
H1.HeaderClassName
{
color: #8603D6;
}
.AnyTagClassName
{
color: #8603D6;
}
</style>
background-color css
<style>
a { background-color: #8603D6; }
a { background-color: rgb(134,3,214); }
div.DivClassName
{
background-color: #8603D6;
}
.BgClassName
{
background-color: #8603D6;
}
</style>
border-color css
<style>
span { border-color: #8603D6; }
span { border-color: rgb(134,3,214); }
td.TdClassName
{
border-color: #8603D6;
}
.TagClassName
{
border-color: #8603D6;
}
</style>