Shades of Dark Violet #9304FD
Tints of Dark Violet #9304FD
RGB
CMYK
RGB Variations
Color information
#9304FD (or 0x9304FD) is known color: Dark Violet. HEX triplet: 93, 04 and FD. RGB value is (147,4,253). Sum of RGB (Red+Green+Blue) = 147+4+253=404 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.39% from 404); Green value is 4 (1.95% from 255 or 0.99% from 404); Blue value is 253 (99.22% from 255 or 62.62% from 404); Max value from RGB is 253 - color contains mainly: blue. Hex color #9304FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9304FD is #6CFB02. Grayscale: #4A4A4A. Windows color (decimal): -7142147 or 16581779. OLE color: 16581779.
HSL color Cylindrical-coordinate representation of color #9304FD: hue angle of 274.46º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9304FD is Cyan = 0.42, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 147 | 4 | 253 | - |
| CMYK | 0.42 | 0.98 | 0 | 0.01 |
| HSL | 274.46º | 0.98% | 0.5% | - |
| HSV(B) | 274.46º | 0.98% | 0.99% | - |
| XYZ | 29.81 | 13.38 | 93.94 | - |
| YUV | 75.14 | 228.38 | 179.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 4 | 253 | 0.42 | 0.98 | 0 | 0.01 | 274.46 | 0.98 | 0.5 |
| Hex | 93 | 4 | FD | 2A | 62 | 0 | 1 | 112 | 62 | 32 |
| Octal | 223 | 4 | 375 | 52 | 142 | 0 | 1 | 422 | 142 | 62 |
| Binary | 10010011 | 100 | 11111101 | 101010 | 1100010 | 0 | 1 | 100010010 | 1100010 | 110010 |
Color Harmonies of #9304FD
Complementary color
Monochromatic Colors of #9304FD
Black with #9304FD
Text Example
Text Example
White with #9304FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9304FD; }
p { color: rgb(147,4,253); }
H1.HeaderClassName
{
color: #9304FD;
}
.AnyTagClassName
{
color: #9304FD;
}
</style>
background-color css
<style>
a { background-color: #9304FD; }
a { background-color: rgb(147,4,253); }
div.DivClassName
{
background-color: #9304FD;
}
.BgClassName
{
background-color: #9304FD;
}
</style>
border-color css
<style>
span { border-color: #9304FD; }
span { border-color: rgb(147,4,253); }
td.TdClassName
{
border-color: #9304FD;
}
.TagClassName
{
border-color: #9304FD;
}
</style>