Shades of Dark Violet #8202BC
Tints of Dark Violet #8202BC
RGB
CMYK
RGB Variations
Color information
#8202BC (or 0x8202BC) is known color: Dark Violet. HEX triplet: 82, 02 and BC. RGB value is (130,2,188). Sum of RGB (Red+Green+Blue) = 130+2+188=320 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.62% from 320); Green value is 2 (1.17% from 255 or 0.62% from 320); Blue value is 188 (73.83% from 255 or 58.75% from 320); Max value from RGB is 188 - color contains mainly: blue. Hex color #8202BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8202BC is #7DFD43. Grayscale: #3C3C3C. Windows color (decimal): -8256836 or 12321410. OLE color: 12321410.
HSL color Cylindrical-coordinate representation of color #8202BC: hue angle of 281.29º degrees, saturation: 0.98, 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 #8202BC is Cyan = 0.31, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 130 | 2 | 188 | - |
| CMYK | 0.31 | 0.99 | 0 | 0.26 |
| HSL | 281.29º | 0.98% | 0.37% | - |
| HSV(B) | 281.29º | 0.99% | 0.74% | - |
| XYZ | 18.3 | 8.42 | 48.24 | - |
| YUV | 61.48 | 199.41 | 176.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 2 | 188 | 0.31 | 0.99 | 0 | 0.26 | 281.29 | 0.98 | 0.37 |
| Hex | 82 | 2 | BC | 1F | 63 | 0 | 1A | 119 | 62 | 25 |
| Octal | 202 | 2 | 274 | 37 | 143 | 0 | 32 | 431 | 142 | 45 |
| Binary | 10000010 | 10 | 10111100 | 11111 | 1100011 | 0 | 11010 | 100011001 | 1100010 | 100101 |
Color Harmonies of #8202BC
Complementary color
Monochromatic Colors of #8202BC
Black with #8202BC
Text Example
Text Example
White with #8202BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8202BC; }
p { color: rgb(130,2,188); }
H1.HeaderClassName
{
color: #8202BC;
}
.AnyTagClassName
{
color: #8202BC;
}
</style>
background-color css
<style>
a { background-color: #8202BC; }
a { background-color: rgb(130,2,188); }
div.DivClassName
{
background-color: #8202BC;
}
.BgClassName
{
background-color: #8202BC;
}
</style>
border-color css
<style>
span { border-color: #8202BC; }
span { border-color: rgb(130,2,188); }
td.TdClassName
{
border-color: #8202BC;
}
.TagClassName
{
border-color: #8202BC;
}
</style>