Shades of Dark Violet #8201BD
Tints of Dark Violet #8201BD
RGB
CMYK
RGB Variations
Color information
#8201BD (or 0x8201BD) is known color: Dark Violet. HEX triplet: 82, 01 and BD. RGB value is (130,1,189). Sum of RGB (Red+Green+Blue) = 130+1+189=320 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.62% from 320); Green value is 1 (0.78% from 255 or 0.31% from 320); Blue value is 189 (74.22% from 255 or 59.06% from 320); Max value from RGB is 189 - color contains mainly: blue. Hex color #8201BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8201BD is #7DFE42. Grayscale: #3C3C3C. Windows color (decimal): -8257091 or 12386690. OLE color: 12386690.
HSL color Cylindrical-coordinate representation of color #8201BD: hue angle of 281.17º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8201BD is Cyan = 0.31, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 130 | 1 | 189 | - |
| CMYK | 0.31 | 0.99 | 0 | 0.26 |
| HSL | 281.17º | 0.99% | 0.37% | - |
| HSV(B) | 281.17º | 0.99% | 0.74% | - |
| XYZ | 18.4 | 8.44 | 48.8 | - |
| YUV | 61 | 200.24 | 177.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 1 | 189 | 0.31 | 0.99 | 0 | 0.26 | 281.17 | 0.99 | 0.37 |
| Hex | 82 | 1 | BD | 1F | 63 | 0 | 1A | 119 | 63 | 25 |
| Octal | 202 | 1 | 275 | 37 | 143 | 0 | 32 | 431 | 143 | 45 |
| Binary | 10000010 | 1 | 10111101 | 11111 | 1100011 | 0 | 11010 | 100011001 | 1100011 | 100101 |
Color Harmonies of #8201BD
Complementary color
Monochromatic Colors of #8201BD
Black with #8201BD
Text Example
Text Example
White with #8201BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8201BD; }
p { color: rgb(130,1,189); }
H1.HeaderClassName
{
color: #8201BD;
}
.AnyTagClassName
{
color: #8201BD;
}
</style>
background-color css
<style>
a { background-color: #8201BD; }
a { background-color: rgb(130,1,189); }
div.DivClassName
{
background-color: #8201BD;
}
.BgClassName
{
background-color: #8201BD;
}
</style>
border-color css
<style>
span { border-color: #8201BD; }
span { border-color: rgb(130,1,189); }
td.TdClassName
{
border-color: #8201BD;
}
.TagClassName
{
border-color: #8201BD;
}
</style>