Shades of Dark Violet #8304CC
Tints of Dark Violet #8304CC
RGB
CMYK
RGB Variations
Color information
#8304CC (or 0x8304CC) is known color: Dark Violet. HEX triplet: 83, 04 and CC. RGB value is (131,4,204). Sum of RGB (Red+Green+Blue) = 131+4+204=339 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.64% from 339); Green value is 4 (1.95% from 255 or 1.18% from 339); Blue value is 204 (80.08% from 255 or 60.18% from 339); Max value from RGB is 204 - color contains mainly: blue. Hex color #8304CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8304CC is #7CFB33. Grayscale: #404040. Windows color (decimal): -8190772 or 13370499. OLE color: 13370499.
HSL color Cylindrical-coordinate representation of color #8304CC: hue angle of 278.1º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8304CC is Cyan = 0.36, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 131 | 4 | 204 | - |
| CMYK | 0.36 | 0.98 | 0 | 0.2 |
| HSL | 278.1º | 0.96% | 0.41% | - |
| HSV(B) | 278.1º | 0.98% | 0.8% | - |
| XYZ | 20.3 | 9.27 | 57.85 | - |
| YUV | 64.77 | 206.58 | 175.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 4 | 204 | 0.36 | 0.98 | 0 | 0.2 | 278.1 | 0.96 | 0.41 |
| Hex | 83 | 4 | CC | 24 | 62 | 0 | 14 | 116 | 60 | 29 |
| Octal | 203 | 4 | 314 | 44 | 142 | 0 | 24 | 426 | 140 | 51 |
| Binary | 10000011 | 100 | 11001100 | 100100 | 1100010 | 0 | 10100 | 100010110 | 1100000 | 101001 |
Color Harmonies of #8304CC
Complementary color
Monochromatic Colors of #8304CC
Black with #8304CC
Text Example
Text Example
White with #8304CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8304CC; }
p { color: rgb(131,4,204); }
H1.HeaderClassName
{
color: #8304CC;
}
.AnyTagClassName
{
color: #8304CC;
}
</style>
background-color css
<style>
a { background-color: #8304CC; }
a { background-color: rgb(131,4,204); }
div.DivClassName
{
background-color: #8304CC;
}
.BgClassName
{
background-color: #8304CC;
}
</style>
border-color css
<style>
span { border-color: #8304CC; }
span { border-color: rgb(131,4,204); }
td.TdClassName
{
border-color: #8304CC;
}
.TagClassName
{
border-color: #8304CC;
}
</style>