Shades of Dark Violet #8301B7
Tints of Dark Violet #8301B7
RGB
CMYK
RGB Variations
Color information
#8301B7 (or 0x8301B7) is known color: Dark Violet. HEX triplet: 83, 01 and B7. RGB value is (131,1,183). Sum of RGB (Red+Green+Blue) = 131+1+183=315 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.59% from 315); Green value is 1 (0.78% from 255 or 0.32% from 315); Blue value is 183 (71.88% from 255 or 58.10% from 315); Max value from RGB is 183 - color contains mainly: blue. Hex color #8301B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8301B7 is #7CFE48. Grayscale: #3C3C3C. Windows color (decimal): -8191561 or 11993475. OLE color: 11993475.
HSL color Cylindrical-coordinate representation of color #8301B7: hue angle of 282.86º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8301B7 is Cyan = 0.28, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 131 | 1 | 183 | - |
| CMYK | 0.28 | 0.99 | 0 | 0.28 |
| HSL | 282.86º | 0.99% | 0.36% | - |
| HSV(B) | 282.86º | 0.99% | 0.72% | - |
| XYZ | 17.92 | 8.27 | 45.45 | - |
| YUV | 60.62 | 197.07 | 178.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 1 | 183 | 0.28 | 0.99 | 0 | 0.28 | 282.86 | 0.99 | 0.36 |
| Hex | 83 | 1 | B7 | 1C | 63 | 0 | 1C | 11B | 63 | 24 |
| Octal | 203 | 1 | 267 | 34 | 143 | 0 | 34 | 433 | 143 | 44 |
| Binary | 10000011 | 1 | 10110111 | 11100 | 1100011 | 0 | 11100 | 100011011 | 1100011 | 100100 |
Color Harmonies of #8301B7
Complementary color
Monochromatic Colors of #8301B7
Black with #8301B7
Text Example
Text Example
White with #8301B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8301B7; }
p { color: rgb(131,1,183); }
H1.HeaderClassName
{
color: #8301B7;
}
.AnyTagClassName
{
color: #8301B7;
}
</style>
background-color css
<style>
a { background-color: #8301B7; }
a { background-color: rgb(131,1,183); }
div.DivClassName
{
background-color: #8301B7;
}
.BgClassName
{
background-color: #8301B7;
}
</style>
border-color css
<style>
span { border-color: #8301B7; }
span { border-color: rgb(131,1,183); }
td.TdClassName
{
border-color: #8301B7;
}
.TagClassName
{
border-color: #8301B7;
}
</style>