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