Shades of Dark Violet #9304FB
Tints of Dark Violet #9304FB
RGB
CMYK
RGB Variations
Color information
#9304FB (or 0x9304FB) is known color: Dark Violet. HEX triplet: 93, 04 and FB. RGB value is (147,4,251). Sum of RGB (Red+Green+Blue) = 147+4+251=402 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.57% from 402); Green value is 4 (1.95% from 255 or 1.00% from 402); Blue value is 251 (98.44% from 255 or 62.44% from 402); Max value from RGB is 251 - color contains mainly: blue. Hex color #9304FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9304FB is #6CFB04. Grayscale: #4A4A4A. Windows color (decimal): -7142149 or 16450707. OLE color: 16450707.
HSL color Cylindrical-coordinate representation of color #9304FB: hue angle of 274.74º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9304FB is Cyan = 0.41, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 147 | 4 | 251 | - |
| CMYK | 0.41 | 0.98 | 0 | 0.02 |
| HSL | 274.74º | 0.97% | 0.5% | - |
| HSV(B) | 274.74º | 0.98% | 0.98% | - |
| XYZ | 29.49 | 13.25 | 92.27 | - |
| YUV | 74.92 | 227.38 | 179.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 4 | 251 | 0.41 | 0.98 | 0 | 0.02 | 274.74 | 0.97 | 0.5 |
| Hex | 93 | 4 | FB | 29 | 62 | 0 | 2 | 113 | 61 | 32 |
| Octal | 223 | 4 | 373 | 51 | 142 | 0 | 2 | 423 | 141 | 62 |
| Binary | 10010011 | 100 | 11111011 | 101001 | 1100010 | 0 | 10 | 100010011 | 1100001 | 110010 |
Color Harmonies of #9304FB
Complementary color
Monochromatic Colors of #9304FB
Black with #9304FB
Text Example
Text Example
White with #9304FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9304FB; }
p { color: rgb(147,4,251); }
H1.HeaderClassName
{
color: #9304FB;
}
.AnyTagClassName
{
color: #9304FB;
}
</style>
background-color css
<style>
a { background-color: #9304FB; }
a { background-color: rgb(147,4,251); }
div.DivClassName
{
background-color: #9304FB;
}
.BgClassName
{
background-color: #9304FB;
}
</style>
border-color css
<style>
span { border-color: #9304FB; }
span { border-color: rgb(147,4,251); }
td.TdClassName
{
border-color: #9304FB;
}
.TagClassName
{
border-color: #9304FB;
}
</style>