Shades of Dark Violet #8202BE
Tints of Dark Violet #8202BE
RGB
CMYK
RGB Variations
Color information
#8202BE (or 0x8202BE) is known color: Dark Violet. HEX triplet: 82, 02 and BE. RGB value is (130,2,190). Sum of RGB (Red+Green+Blue) = 130+2+190=322 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.37% from 322); Green value is 2 (1.17% from 255 or 0.62% from 322); Blue value is 190 (74.61% from 255 or 59.01% from 322); Max value from RGB is 190 - color contains mainly: blue. Hex color #8202BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8202BE is #7DFD41. Grayscale: #3D3D3D. Windows color (decimal): -8256834 or 12452482. OLE color: 12452482.
HSL color Cylindrical-coordinate representation of color #8202BE: hue angle of 280.85º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8202BE is Cyan = 0.32, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 130 | 2 | 190 | - |
| CMYK | 0.32 | 0.99 | 0 | 0.25 |
| HSL | 280.85º | 0.98% | 0.38% | - |
| HSV(B) | 280.85º | 0.99% | 0.75% | - |
| XYZ | 18.52 | 8.51 | 49.38 | - |
| YUV | 61.7 | 200.41 | 176.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 2 | 190 | 0.32 | 0.99 | 0 | 0.25 | 280.85 | 0.98 | 0.38 |
| Hex | 82 | 2 | BE | 20 | 63 | 0 | 19 | 119 | 62 | 26 |
| Octal | 202 | 2 | 276 | 40 | 143 | 0 | 31 | 431 | 142 | 46 |
| Binary | 10000010 | 10 | 10111110 | 100000 | 1100011 | 0 | 11001 | 100011001 | 1100010 | 100110 |
Color Harmonies of #8202BE
Complementary color
Monochromatic Colors of #8202BE
Black with #8202BE
Text Example
Text Example
White with #8202BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8202BE; }
p { color: rgb(130,2,190); }
H1.HeaderClassName
{
color: #8202BE;
}
.AnyTagClassName
{
color: #8202BE;
}
</style>
background-color css
<style>
a { background-color: #8202BE; }
a { background-color: rgb(130,2,190); }
div.DivClassName
{
background-color: #8202BE;
}
.BgClassName
{
background-color: #8202BE;
}
</style>
border-color css
<style>
span { border-color: #8202BE; }
span { border-color: rgb(130,2,190); }
td.TdClassName
{
border-color: #8202BE;
}
.TagClassName
{
border-color: #8202BE;
}
</style>