Shades of Dark Violet #8202DF
Tints of Dark Violet #8202DF
RGB
CMYK
RGB Variations
Color information
#8202DF (or 0x8202DF) is known color: Dark Violet. HEX triplet: 82, 02 and DF. RGB value is (130,2,223). Sum of RGB (Red+Green+Blue) = 130+2+223=355 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.62% from 355); Green value is 2 (1.17% from 255 or 0.56% from 355); Blue value is 223 (87.5% from 255 or 62.82% from 355); Max value from RGB is 223 - color contains mainly: blue. Hex color #8202DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8202DF is #7DFD20. Grayscale: #404040. Windows color (decimal): -8256801 or 14615170. OLE color: 14615170.
HSL color Cylindrical-coordinate representation of color #8202DF: hue angle of 274.75º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8202DF is Cyan = 0.42, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 2 | 223 | - |
| CMYK | 0.42 | 0.99 | 0 | 0.13 |
| HSL | 274.75º | 0.98% | 0.44% | - |
| HSV(B) | 274.75º | 0.99% | 0.87% | - |
| XYZ | 22.55 | 10.12 | 70.58 | - |
| YUV | 65.47 | 216.91 | 174.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 2 | 223 | 0.42 | 0.99 | 0 | 0.13 | 274.75 | 0.98 | 0.44 |
| Hex | 82 | 2 | DF | 2A | 63 | 0 | D | 113 | 62 | 2C |
| Octal | 202 | 2 | 337 | 52 | 143 | 0 | 15 | 423 | 142 | 54 |
| Binary | 10000010 | 10 | 11011111 | 101010 | 1100011 | 0 | 1101 | 100010011 | 1100010 | 101100 |
Color Harmonies of #8202DF
Complementary color
Monochromatic Colors of #8202DF
Black with #8202DF
Text Example
Text Example
White with #8202DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8202DF; }
p { color: rgb(130,2,223); }
H1.HeaderClassName
{
color: #8202DF;
}
.AnyTagClassName
{
color: #8202DF;
}
</style>
background-color css
<style>
a { background-color: #8202DF; }
a { background-color: rgb(130,2,223); }
div.DivClassName
{
background-color: #8202DF;
}
.BgClassName
{
background-color: #8202DF;
}
</style>
border-color css
<style>
span { border-color: #8202DF; }
span { border-color: rgb(130,2,223); }
td.TdClassName
{
border-color: #8202DF;
}
.TagClassName
{
border-color: #8202DF;
}
</style>