Shades of Dark Violet #8308C8
Tints of Dark Violet #8308C8
RGB
CMYK
RGB Variations
Color information
#8308C8 (or 0x8308C8) is known color: Dark Violet. HEX triplet: 83, 08 and C8. RGB value is (131,8,200). Sum of RGB (Red+Green+Blue) = 131+8+200=339 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.64% from 339); Green value is 8 (3.52% from 255 or 2.36% 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 #8308C8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8308C8 is #7CF737. Grayscale: #424242. Windows color (decimal): -8189752 or 13109379. OLE color: 13109379.
HSL color Cylindrical-coordinate representation of color #8308C8: hue angle of 278.44º 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 #8308C8 is Cyan = 0.34, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 131 | 8 | 200 | - |
| CMYK | 0.34 | 0.96 | 0 | 0.22 |
| HSL | 278.44º | 0.92% | 0.41% | - |
| HSV(B) | 278.44º | 0.96% | 0.78% | - |
| XYZ | 19.87 | 9.17 | 55.37 | - |
| YUV | 66.67 | 203.25 | 173.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 8 | 200 | 0.34 | 0.96 | 0 | 0.22 | 278.44 | 0.92 | 0.41 |
| Hex | 83 | 8 | C8 | 22 | 60 | 0 | 16 | 116 | 5C | 29 |
| Octal | 203 | 10 | 310 | 42 | 140 | 0 | 26 | 426 | 134 | 51 |
| Binary | 10000011 | 1000 | 11001000 | 100010 | 1100000 | 0 | 10110 | 100010110 | 1011100 | 101001 |
Color Harmonies of #8308C8
Complementary color
Monochromatic Colors of #8308C8
Black with #8308C8
Text Example
Text Example
White with #8308C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8308C8; }
p { color: rgb(131,8,200); }
H1.HeaderClassName
{
color: #8308C8;
}
.AnyTagClassName
{
color: #8308C8;
}
</style>
background-color css
<style>
a { background-color: #8308C8; }
a { background-color: rgb(131,8,200); }
div.DivClassName
{
background-color: #8308C8;
}
.BgClassName
{
background-color: #8308C8;
}
</style>
border-color css
<style>
span { border-color: #8308C8; }
span { border-color: rgb(131,8,200); }
td.TdClassName
{
border-color: #8308C8;
}
.TagClassName
{
border-color: #8308C8;
}
</style>