Shades of Dark Violet #8601B2
Tints of Dark Violet #8601B2
RGB
CMYK
RGB Variations
Color information
#8601B2 (or 0x8601B2) is known color: Dark Violet. HEX triplet: 86, 01 and B2. RGB value is (134,1,178). Sum of RGB (Red+Green+Blue) = 134+1+178=313 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.81% from 313); Green value is 1 (0.78% from 255 or 0.32% from 313); Blue value is 178 (69.92% from 255 or 56.87% from 313); Max value from RGB is 178 - color contains mainly: blue. Hex color #8601B2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8601B2 is #79FE4D. Grayscale: #3C3C3C. Windows color (decimal): -7994958 or 11665798. OLE color: 11665798.
HSL color Cylindrical-coordinate representation of color #8601B2: hue angle of 285.08º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8601B2 is Cyan = 0.25, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 134 | 1 | 178 | - |
| CMYK | 0.25 | 0.99 | 0 | 0.30 |
| HSL | 285.08º | 0.99% | 0.35% | - |
| HSV(B) | 285.08º | 0.99% | 0.7% | - |
| XYZ | 17.88 | 8.3 | 42.78 | - |
| YUV | 60.95 | 194.06 | 180.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 1 | 178 | 0.25 | 0.99 | 0 | 0.30 | 285.08 | 0.99 | 0.35 |
| Hex | 86 | 1 | B2 | 19 | 63 | 0 | 1E | 11D | 63 | 23 |
| Octal | 206 | 1 | 262 | 31 | 143 | 0 | 36 | 435 | 143 | 43 |
| Binary | 10000110 | 1 | 10110010 | 11001 | 1100011 | 0 | 11110 | 100011101 | 1100011 | 100011 |
Color Harmonies of #8601B2
Complementary color
Monochromatic Colors of #8601B2
Black with #8601B2
Text Example
Text Example
White with #8601B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8601B2; }
p { color: rgb(134,1,178); }
H1.HeaderClassName
{
color: #8601B2;
}
.AnyTagClassName
{
color: #8601B2;
}
</style>
background-color css
<style>
a { background-color: #8601B2; }
a { background-color: rgb(134,1,178); }
div.DivClassName
{
background-color: #8601B2;
}
.BgClassName
{
background-color: #8601B2;
}
</style>
border-color css
<style>
span { border-color: #8601B2; }
span { border-color: rgb(134,1,178); }
td.TdClassName
{
border-color: #8601B2;
}
.TagClassName
{
border-color: #8601B2;
}
</style>