Shades of Dark Violet #8304CE
Tints of Dark Violet #8304CE
RGB
CMYK
RGB Variations
Color information
#8304CE (or 0x8304CE) is known color: Dark Violet. HEX triplet: 83, 04 and CE. RGB value is (131,4,206). Sum of RGB (Red+Green+Blue) = 131+4+206=341 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.42% from 341); Green value is 4 (1.95% from 255 or 1.17% from 341); Blue value is 206 (80.86% from 255 or 60.41% from 341); Max value from RGB is 206 - color contains mainly: blue. Hex color #8304CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8304CE is #7CFB31. Grayscale: #404040. Windows color (decimal): -8190770 or 13501571. OLE color: 13501571.
HSL color Cylindrical-coordinate representation of color #8304CE: hue angle of 277.72º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8304CE is Cyan = 0.36, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 131 | 4 | 206 | - |
| CMYK | 0.36 | 0.98 | 0 | 0.19 |
| HSL | 277.72º | 0.96% | 0.41% | - |
| HSV(B) | 277.72º | 0.98% | 0.81% | - |
| XYZ | 20.54 | 9.37 | 59.12 | - |
| YUV | 65 | 207.58 | 175.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 4 | 206 | 0.36 | 0.98 | 0 | 0.19 | 277.72 | 0.96 | 0.41 |
| Hex | 83 | 4 | CE | 24 | 62 | 0 | 13 | 116 | 60 | 29 |
| Octal | 203 | 4 | 316 | 44 | 142 | 0 | 23 | 426 | 140 | 51 |
| Binary | 10000011 | 100 | 11001110 | 100100 | 1100010 | 0 | 10011 | 100010110 | 1100000 | 101001 |
Color Harmonies of #8304CE
Complementary color
Monochromatic Colors of #8304CE
Black with #8304CE
Text Example
Text Example
White with #8304CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8304CE; }
p { color: rgb(131,4,206); }
H1.HeaderClassName
{
color: #8304CE;
}
.AnyTagClassName
{
color: #8304CE;
}
</style>
background-color css
<style>
a { background-color: #8304CE; }
a { background-color: rgb(131,4,206); }
div.DivClassName
{
background-color: #8304CE;
}
.BgClassName
{
background-color: #8304CE;
}
</style>
border-color css
<style>
span { border-color: #8304CE; }
span { border-color: rgb(131,4,206); }
td.TdClassName
{
border-color: #8304CE;
}
.TagClassName
{
border-color: #8304CE;
}
</style>