Shades of Dark Violet #8208C8
Tints of Dark Violet #8208C8
RGB
CMYK
RGB Variations
Color information
#8208C8 (or 0x8208C8) is known color: Dark Violet. HEX triplet: 82, 08 and C8. RGB value is (130,8,200). Sum of RGB (Red+Green+Blue) = 130+8+200=338 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.46% from 338); Green value is 8 (3.52% from 255 or 2.37% from 338); Blue value is 200 (78.52% from 255 or 59.17% from 338); Max value from RGB is 200 - color contains mainly: blue. Hex color #8208C8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8208C8 is #7DF737. Grayscale: #414141. Windows color (decimal): -8255288 or 13109378. OLE color: 13109378.
HSL color Cylindrical-coordinate representation of color #8208C8: hue angle of 278.12º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8208C8 is Cyan = 0.35, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 130 | 8 | 200 | - |
| CMYK | 0.35 | 0.96 | 0 | 0.22 |
| HSL | 278.13º | 0.92% | 0.41% | - |
| HSV(B) | 278.13º | 0.96% | 0.78% | - |
| XYZ | 19.72 | 9.09 | 55.36 | - |
| YUV | 66.37 | 203.42 | 173.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 8 | 200 | 0.35 | 0.96 | 0 | 0.22 | 278.13 | 0.92 | 0.41 |
| Hex | 82 | 8 | C8 | 23 | 60 | 0 | 16 | 116 | 5C | 29 |
| Octal | 202 | 10 | 310 | 43 | 140 | 0 | 26 | 426 | 134 | 51 |
| Binary | 10000010 | 1000 | 11001000 | 100011 | 1100000 | 0 | 10110 | 100010110 | 1011100 | 101001 |
Color Harmonies of #8208C8
Complementary color
Monochromatic Colors of #8208C8
Black with #8208C8
Text Example
Text Example
White with #8208C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8208C8; }
p { color: rgb(130,8,200); }
H1.HeaderClassName
{
color: #8208C8;
}
.AnyTagClassName
{
color: #8208C8;
}
</style>
background-color css
<style>
a { background-color: #8208C8; }
a { background-color: rgb(130,8,200); }
div.DivClassName
{
background-color: #8208C8;
}
.BgClassName
{
background-color: #8208C8;
}
</style>
border-color css
<style>
span { border-color: #8208C8; }
span { border-color: rgb(130,8,200); }
td.TdClassName
{
border-color: #8208C8;
}
.TagClassName
{
border-color: #8208C8;
}
</style>