Shades of Dark Violet #8201BB
Tints of Dark Violet #8201BB
RGB
CMYK
RGB Variations
Color information
#8201BB (or 0x8201BB) is known color: Dark Violet. HEX triplet: 82, 01 and BB. RGB value is (130,1,187). Sum of RGB (Red+Green+Blue) = 130+1+187=318 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.88% from 318); Green value is 1 (0.78% from 255 or 0.31% from 318); Blue value is 187 (73.44% from 255 or 58.81% from 318); Max value from RGB is 187 - color contains mainly: blue. Hex color #8201BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8201BB is #7DFE44. Grayscale: #3C3C3C. Windows color (decimal): -8257093 or 12255618. OLE color: 12255618.
HSL color Cylindrical-coordinate representation of color #8201BB: hue angle of 281.61º 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 #8201BB is Cyan = 0.30, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 130 | 1 | 187 | - |
| CMYK | 0.30 | 0.99 | 0 | 0.27 |
| HSL | 281.61º | 0.99% | 0.37% | - |
| HSV(B) | 281.61º | 0.99% | 0.73% | - |
| XYZ | 18.19 | 8.36 | 47.67 | - |
| YUV | 60.78 | 199.24 | 177.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 1 | 187 | 0.30 | 0.99 | 0 | 0.27 | 281.61 | 0.99 | 0.37 |
| Hex | 82 | 1 | BB | 1E | 63 | 0 | 1B | 11A | 63 | 25 |
| Octal | 202 | 1 | 273 | 36 | 143 | 0 | 33 | 432 | 143 | 45 |
| Binary | 10000010 | 1 | 10111011 | 11110 | 1100011 | 0 | 11011 | 100011010 | 1100011 | 100101 |
Color Harmonies of #8201BB
Complementary color
Monochromatic Colors of #8201BB
Black with #8201BB
Text Example
Text Example
White with #8201BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8201BB; }
p { color: rgb(130,1,187); }
H1.HeaderClassName
{
color: #8201BB;
}
.AnyTagClassName
{
color: #8201BB;
}
</style>
background-color css
<style>
a { background-color: #8201BB; }
a { background-color: rgb(130,1,187); }
div.DivClassName
{
background-color: #8201BB;
}
.BgClassName
{
background-color: #8201BB;
}
</style>
border-color css
<style>
span { border-color: #8201BB; }
span { border-color: rgb(130,1,187); }
td.TdClassName
{
border-color: #8201BB;
}
.TagClassName
{
border-color: #8201BB;
}
</style>