Shades of Dark Violet #9304CE
Tints of Dark Violet #9304CE
RGB
CMYK
RGB Variations
Color information
#9304CE (or 0x9304CE) is known color: Dark Violet. HEX triplet: 93, 04 and CE. RGB value is (147,4,206). Sum of RGB (Red+Green+Blue) = 147+4+206=357 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.18% from 357); Green value is 4 (1.95% from 255 or 1.12% from 357); Blue value is 206 (80.86% from 255 or 57.70% from 357); Max value from RGB is 206 - color contains mainly: blue. Hex color #9304CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9304CE is #6CFB31. Grayscale: #454545. Windows color (decimal): -7142194 or 13501587. OLE color: 13501587.
HSL color Cylindrical-coordinate representation of color #9304CE: hue angle of 282.48º 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 #9304CE is Cyan = 0.29, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 147 | 4 | 206 | - |
| CMYK | 0.29 | 0.98 | 0 | 0.19 |
| HSL | 282.48º | 0.96% | 0.41% | - |
| HSV(B) | 282.48º | 0.98% | 0.81% | - |
| XYZ | 23.22 | 10.75 | 59.24 | - |
| YUV | 69.79 | 204.88 | 183.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 4 | 206 | 0.29 | 0.98 | 0 | 0.19 | 282.48 | 0.96 | 0.41 |
| Hex | 93 | 4 | CE | 1D | 62 | 0 | 13 | 11A | 60 | 29 |
| Octal | 223 | 4 | 316 | 35 | 142 | 0 | 23 | 432 | 140 | 51 |
| Binary | 10010011 | 100 | 11001110 | 11101 | 1100010 | 0 | 10011 | 100011010 | 1100000 | 101001 |
Color Harmonies of #9304CE
Complementary color
Monochromatic Colors of #9304CE
Black with #9304CE
Text Example
Text Example
White with #9304CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9304CE; }
p { color: rgb(147,4,206); }
H1.HeaderClassName
{
color: #9304CE;
}
.AnyTagClassName
{
color: #9304CE;
}
</style>
background-color css
<style>
a { background-color: #9304CE; }
a { background-color: rgb(147,4,206); }
div.DivClassName
{
background-color: #9304CE;
}
.BgClassName
{
background-color: #9304CE;
}
</style>
border-color css
<style>
span { border-color: #9304CE; }
span { border-color: rgb(147,4,206); }
td.TdClassName
{
border-color: #9304CE;
}
.TagClassName
{
border-color: #9304CE;
}
</style>