Shades of Dark Violet #8209D7
Tints of Dark Violet #8209D7
RGB
CMYK
RGB Variations
Color information
#8209D7 (or 0x8209D7) is known color: Dark Violet. HEX triplet: 82, 09 and D7. RGB value is (130,9,215). Sum of RGB (Red+Green+Blue) = 130+9+215=354 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.72% from 354); Green value is 9 (3.91% from 255 or 2.54% from 354); Blue value is 215 (84.38% from 255 or 60.73% from 354); Max value from RGB is 215 - color contains mainly: blue. Hex color #8209D7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8209D7 is #7DF628. Grayscale: #434343. Windows color (decimal): -8255017 or 14092674. OLE color: 14092674.
HSL color Cylindrical-coordinate representation of color #8209D7: hue angle of 275.24º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8209D7 is Cyan = 0.40, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 130 | 9 | 215 | - |
| CMYK | 0.40 | 0.96 | 0 | 0.16 |
| HSL | 275.24º | 0.92% | 0.44% | - |
| HSV(B) | 275.24º | 0.96% | 0.84% | - |
| XYZ | 21.57 | 9.85 | 65.05 | - |
| YUV | 68.66 | 210.59 | 171.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 9 | 215 | 0.40 | 0.96 | 0 | 0.16 | 275.24 | 0.92 | 0.44 |
| Hex | 82 | 9 | D7 | 28 | 60 | 0 | 10 | 113 | 5C | 2C |
| Octal | 202 | 11 | 327 | 50 | 140 | 0 | 20 | 423 | 134 | 54 |
| Binary | 10000010 | 1001 | 11010111 | 101000 | 1100000 | 0 | 10000 | 100010011 | 1011100 | 101100 |
Color Harmonies of #8209D7
Complementary color
Monochromatic Colors of #8209D7
Black with #8209D7
Text Example
Text Example
White with #8209D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8209D7; }
p { color: rgb(130,9,215); }
H1.HeaderClassName
{
color: #8209D7;
}
.AnyTagClassName
{
color: #8209D7;
}
</style>
background-color css
<style>
a { background-color: #8209D7; }
a { background-color: rgb(130,9,215); }
div.DivClassName
{
background-color: #8209D7;
}
.BgClassName
{
background-color: #8209D7;
}
</style>
border-color css
<style>
span { border-color: #8209D7; }
span { border-color: rgb(130,9,215); }
td.TdClassName
{
border-color: #8209D7;
}
.TagClassName
{
border-color: #8209D7;
}
</style>