Shades of Dark Violet #8602BF
Tints of Dark Violet #8602BF
RGB
CMYK
RGB Variations
Color information
#8602BF (or 0x8602BF) is known color: Dark Violet. HEX triplet: 86, 02 and BF. RGB value is (134,2,191). Sum of RGB (Red+Green+Blue) = 134+2+191=327 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.98% from 327); Green value is 2 (1.17% from 255 or 0.61% from 327); Blue value is 191 (75% from 255 or 58.41% from 327); Max value from RGB is 191 - color contains mainly: blue. Hex color #8602BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8602BF is #79FD40. Grayscale: #3E3E3E. Windows color (decimal): -7994689 or 12518022. OLE color: 12518022.
HSL color Cylindrical-coordinate representation of color #8602BF: hue angle of 281.9º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8602BF is Cyan = 0.30, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 134 | 2 | 191 | - |
| CMYK | 0.30 | 0.99 | 0 | 0.25 |
| HSL | 281.9º | 0.98% | 0.38% | - |
| HSV(B) | 281.9º | 0.99% | 0.75% | - |
| XYZ | 19.26 | 8.87 | 49.99 | - |
| YUV | 63.01 | 200.23 | 178.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 2 | 191 | 0.30 | 0.99 | 0 | 0.25 | 281.9 | 0.98 | 0.38 |
| Hex | 86 | 2 | BF | 1E | 63 | 0 | 19 | 11A | 62 | 26 |
| Octal | 206 | 2 | 277 | 36 | 143 | 0 | 31 | 432 | 142 | 46 |
| Binary | 10000110 | 10 | 10111111 | 11110 | 1100011 | 0 | 11001 | 100011010 | 1100010 | 100110 |
Color Harmonies of #8602BF
Complementary color
Monochromatic Colors of #8602BF
Black with #8602BF
Text Example
Text Example
White with #8602BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8602BF; }
p { color: rgb(134,2,191); }
H1.HeaderClassName
{
color: #8602BF;
}
.AnyTagClassName
{
color: #8602BF;
}
</style>
background-color css
<style>
a { background-color: #8602BF; }
a { background-color: rgb(134,2,191); }
div.DivClassName
{
background-color: #8602BF;
}
.BgClassName
{
background-color: #8602BF;
}
</style>
border-color css
<style>
span { border-color: #8602BF; }
span { border-color: rgb(134,2,191); }
td.TdClassName
{
border-color: #8602BF;
}
.TagClassName
{
border-color: #8602BF;
}
</style>