Shades of Dark Violet #8209CE
Tints of Dark Violet #8209CE
RGB
CMYK
RGB Variations
Color information
#8209CE (or 0x8209CE) is known color: Dark Violet. HEX triplet: 82, 09 and CE. RGB value is (130,9,206). Sum of RGB (Red+Green+Blue) = 130+9+206=345 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.68% from 345); Green value is 9 (3.91% from 255 or 2.61% from 345); Blue value is 206 (80.86% from 255 or 59.71% from 345); Max value from RGB is 206 - color contains mainly: blue. Hex color #8209CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8209CE is #7DF631. Grayscale: #424242. Windows color (decimal): -8255026 or 13502850. OLE color: 13502850.
HSL color Cylindrical-coordinate representation of color #8209CE: hue angle of 276.85º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8209CE is Cyan = 0.37, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 130 | 9 | 206 | - |
| CMYK | 0.37 | 0.96 | 0 | 0.19 |
| HSL | 276.85º | 0.92% | 0.42% | - |
| HSV(B) | 276.85º | 0.96% | 0.81% | - |
| XYZ | 20.44 | 9.4 | 59.13 | - |
| YUV | 67.64 | 206.09 | 172.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 9 | 206 | 0.37 | 0.96 | 0 | 0.19 | 276.85 | 0.92 | 0.42 |
| Hex | 82 | 9 | CE | 25 | 60 | 0 | 13 | 115 | 5C | 2A |
| Octal | 202 | 11 | 316 | 45 | 140 | 0 | 23 | 425 | 134 | 52 |
| Binary | 10000010 | 1001 | 11001110 | 100101 | 1100000 | 0 | 10011 | 100010101 | 1011100 | 101010 |
Color Harmonies of #8209CE
Complementary color
Monochromatic Colors of #8209CE
Black with #8209CE
Text Example
Text Example
White with #8209CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8209CE; }
p { color: rgb(130,9,206); }
H1.HeaderClassName
{
color: #8209CE;
}
.AnyTagClassName
{
color: #8209CE;
}
</style>
background-color css
<style>
a { background-color: #8209CE; }
a { background-color: rgb(130,9,206); }
div.DivClassName
{
background-color: #8209CE;
}
.BgClassName
{
background-color: #8209CE;
}
</style>
border-color css
<style>
span { border-color: #8209CE; }
span { border-color: rgb(130,9,206); }
td.TdClassName
{
border-color: #8209CE;
}
.TagClassName
{
border-color: #8209CE;
}
</style>