Shades of Dark Violet #9304ED
Tints of Dark Violet #9304ED
RGB
CMYK
RGB Variations
Color information
#9304ED (or 0x9304ED) is known color: Dark Violet. HEX triplet: 93, 04 and ED. RGB value is (147,4,237). Sum of RGB (Red+Green+Blue) = 147+4+237=388 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.89% from 388); Green value is 4 (1.95% from 255 or 1.03% from 388); Blue value is 237 (92.97% from 255 or 61.08% from 388); Max value from RGB is 237 - color contains mainly: blue. Hex color #9304ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9304ED is #6CFB12. Grayscale: #484848. Windows color (decimal): -7142163 or 15533203. OLE color: 15533203.
HSL color Cylindrical-coordinate representation of color #9304ED: hue angle of 276.82º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9304ED is Cyan = 0.38, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 147 | 4 | 237 | - |
| CMYK | 0.38 | 0.98 | 0 | 0.07 |
| HSL | 276.82º | 0.97% | 0.47% | - |
| HSV(B) | 276.82º | 0.98% | 0.93% | - |
| XYZ | 27.36 | 12.4 | 81.07 | - |
| YUV | 73.32 | 220.38 | 180.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 4 | 237 | 0.38 | 0.98 | 0 | 0.07 | 276.82 | 0.97 | 0.47 |
| Hex | 93 | 4 | ED | 26 | 62 | 0 | 7 | 115 | 61 | 2F |
| Octal | 223 | 4 | 355 | 46 | 142 | 0 | 7 | 425 | 141 | 57 |
| Binary | 10010011 | 100 | 11101101 | 100110 | 1100010 | 0 | 111 | 100010101 | 1100001 | 101111 |
Color Harmonies of #9304ED
Complementary color
Monochromatic Colors of #9304ED
Black with #9304ED
Text Example
Text Example
White with #9304ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9304ED; }
p { color: rgb(147,4,237); }
H1.HeaderClassName
{
color: #9304ED;
}
.AnyTagClassName
{
color: #9304ED;
}
</style>
background-color css
<style>
a { background-color: #9304ED; }
a { background-color: rgb(147,4,237); }
div.DivClassName
{
background-color: #9304ED;
}
.BgClassName
{
background-color: #9304ED;
}
</style>
border-color css
<style>
span { border-color: #9304ED; }
span { border-color: rgb(147,4,237); }
td.TdClassName
{
border-color: #9304ED;
}
.TagClassName
{
border-color: #9304ED;
}
</style>