Shades of Dark Violet #8209C8
Tints of Dark Violet #8209C8
RGB
CMYK
RGB Variations
Color information
#8209C8 (or 0x8209C8) is known color: Dark Violet. HEX triplet: 82, 09 and C8. RGB value is (130,9,200). Sum of RGB (Red+Green+Blue) = 130+9+200=339 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.35% from 339); Green value is 9 (3.91% from 255 or 2.65% from 339); Blue value is 200 (78.52% from 255 or 59.00% from 339); Max value from RGB is 200 - color contains mainly: blue. Hex color #8209C8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8209C8 is #7DF637. Grayscale: #424242. Windows color (decimal): -8255032 or 13109634. OLE color: 13109634.
HSL color Cylindrical-coordinate representation of color #8209C8: hue angle of 278.01º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8209C8 is Cyan = 0.35, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 130 | 9 | 200 | - |
| CMYK | 0.35 | 0.96 | 0 | 0.22 |
| HSL | 278.01º | 0.91% | 0.41% | - |
| HSV(B) | 278.01º | 0.96% | 0.78% | - |
| XYZ | 19.73 | 9.11 | 55.36 | - |
| YUV | 66.95 | 203.09 | 172.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 9 | 200 | 0.35 | 0.96 | 0 | 0.22 | 278.01 | 0.91 | 0.41 |
| Hex | 82 | 9 | C8 | 23 | 60 | 0 | 16 | 116 | 5B | 29 |
| Octal | 202 | 11 | 310 | 43 | 140 | 0 | 26 | 426 | 133 | 51 |
| Binary | 10000010 | 1001 | 11001000 | 100011 | 1100000 | 0 | 10110 | 100010110 | 1011011 | 101001 |
Color Harmonies of #8209C8
Complementary color
Monochromatic Colors of #8209C8
Black with #8209C8
Text Example
Text Example
White with #8209C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8209C8; }
p { color: rgb(130,9,200); }
H1.HeaderClassName
{
color: #8209C8;
}
.AnyTagClassName
{
color: #8209C8;
}
</style>
background-color css
<style>
a { background-color: #8209C8; }
a { background-color: rgb(130,9,200); }
div.DivClassName
{
background-color: #8209C8;
}
.BgClassName
{
background-color: #8209C8;
}
</style>
border-color css
<style>
span { border-color: #8209C8; }
span { border-color: rgb(130,9,200); }
td.TdClassName
{
border-color: #8209C8;
}
.TagClassName
{
border-color: #8209C8;
}
</style>