Shades of Dark Violet #8301BB
Tints of Dark Violet #8301BB
RGB
CMYK
RGB Variations
Color information
#8301BB (or 0x8301BB) is known color: Dark Violet. HEX triplet: 83, 01 and BB. RGB value is (131,1,187). Sum of RGB (Red+Green+Blue) = 131+1+187=319 (42% of max value = 765). Red value is 131 (51.56% from 255 or 41.07% from 319); Green value is 1 (0.78% from 255 or 0.31% from 319); Blue value is 187 (73.44% from 255 or 58.62% from 319); Max value from RGB is 187 - color contains mainly: blue. Hex color #8301BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8301BB is #7CFE44. Grayscale: #3C3C3C. Windows color (decimal): -8191557 or 12255619. OLE color: 12255619.
HSL color Cylindrical-coordinate representation of color #8301BB: hue angle of 281.94º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8301BB is Cyan = 0.30, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 131 | 1 | 187 | - |
| CMYK | 0.30 | 0.99 | 0 | 0.27 |
| HSL | 281.94º | 0.99% | 0.37% | - |
| HSV(B) | 281.94º | 0.99% | 0.73% | - |
| XYZ | 18.34 | 8.43 | 47.68 | - |
| YUV | 61.07 | 199.07 | 177.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 1 | 187 | 0.30 | 0.99 | 0 | 0.27 | 281.94 | 0.99 | 0.37 |
| Hex | 83 | 1 | BB | 1E | 63 | 0 | 1B | 11A | 63 | 25 |
| Octal | 203 | 1 | 273 | 36 | 143 | 0 | 33 | 432 | 143 | 45 |
| Binary | 10000011 | 1 | 10111011 | 11110 | 1100011 | 0 | 11011 | 100011010 | 1100011 | 100101 |
Color Harmonies of #8301BB
Complementary color
Monochromatic Colors of #8301BB
Black with #8301BB
Text Example
Text Example
White with #8301BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8301BB; }
p { color: rgb(131,1,187); }
H1.HeaderClassName
{
color: #8301BB;
}
.AnyTagClassName
{
color: #8301BB;
}
</style>
background-color css
<style>
a { background-color: #8301BB; }
a { background-color: rgb(131,1,187); }
div.DivClassName
{
background-color: #8301BB;
}
.BgClassName
{
background-color: #8301BB;
}
</style>
border-color css
<style>
span { border-color: #8301BB; }
span { border-color: rgb(131,1,187); }
td.TdClassName
{
border-color: #8301BB;
}
.TagClassName
{
border-color: #8301BB;
}
</style>