Shades of Dark Violet #8603E6
Tints of Dark Violet #8603E6
RGB
CMYK
RGB Variations
Color information
#8603E6 (or 0x8603E6) is known color: Dark Violet. HEX triplet: 86, 03 and E6. RGB value is (134,3,230). Sum of RGB (Red+Green+Blue) = 134+3+230=367 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.51% from 367); Green value is 3 (1.56% from 255 or 0.82% from 367); Blue value is 230 (90.23% from 255 or 62.67% from 367); Max value from RGB is 230 - color contains mainly: blue. Hex color #8603E6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8603E6 is #79FC19. Grayscale: #434343. Windows color (decimal): -7994394 or 15074182. OLE color: 15074182.
HSL color Cylindrical-coordinate representation of color #8603E6: hue angle of 274.63º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8603E6 is Cyan = 0.42, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 134 | 3 | 230 | - |
| CMYK | 0.42 | 0.99 | 0 | 0.10 |
| HSL | 274.63º | 0.97% | 0.46% | - |
| HSV(B) | 274.63º | 0.99% | 0.9% | - |
| XYZ | 24.15 | 10.85 | 75.68 | - |
| YUV | 68.05 | 219.4 | 175.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 3 | 230 | 0.42 | 0.99 | 0 | 0.10 | 274.63 | 0.97 | 0.46 |
| Hex | 86 | 3 | E6 | 2A | 63 | 0 | A | 113 | 61 | 2E |
| Octal | 206 | 3 | 346 | 52 | 143 | 0 | 12 | 423 | 141 | 56 |
| Binary | 10000110 | 11 | 11100110 | 101010 | 1100011 | 0 | 1010 | 100010011 | 1100001 | 101110 |
Color Harmonies of #8603E6
Complementary color
Monochromatic Colors of #8603E6
Black with #8603E6
Text Example
Text Example
White with #8603E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8603E6; }
p { color: rgb(134,3,230); }
H1.HeaderClassName
{
color: #8603E6;
}
.AnyTagClassName
{
color: #8603E6;
}
</style>
background-color css
<style>
a { background-color: #8603E6; }
a { background-color: rgb(134,3,230); }
div.DivClassName
{
background-color: #8603E6;
}
.BgClassName
{
background-color: #8603E6;
}
</style>
border-color css
<style>
span { border-color: #8603E6; }
span { border-color: rgb(134,3,230); }
td.TdClassName
{
border-color: #8603E6;
}
.TagClassName
{
border-color: #8603E6;
}
</style>