Shades of Dark Violet #9403FD
Tints of Dark Violet #9403FD
RGB
CMYK
RGB Variations
Color information
#9403FD (or 0x9403FD) is known color: Dark Violet. HEX triplet: 94, 03 and FD. RGB value is (148,3,253). Sum of RGB (Red+Green+Blue) = 148+3+253=404 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.63% from 404); Green value is 3 (1.56% from 255 or 0.74% 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 #9403FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9403FD is #6BFC02. Grayscale: #4A4A4A. Windows color (decimal): -7076867 or 16581524. OLE color: 16581524.
HSL color Cylindrical-coordinate representation of color #9403FD: hue angle of 274.8º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9403FD is Cyan = 0.42, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 148 | 3 | 253 | - |
| CMYK | 0.42 | 0.99 | 0 | 0.01 |
| HSL | 274.8º | 0.98% | 0.5% | - |
| HSV(B) | 274.8º | 0.99% | 0.99% | - |
| XYZ | 29.97 | 13.45 | 93.95 | - |
| YUV | 74.86 | 228.54 | 180.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 3 | 253 | 0.42 | 0.99 | 0 | 0.01 | 274.8 | 0.98 | 0.5 |
| Hex | 94 | 3 | FD | 2A | 63 | 0 | 1 | 113 | 62 | 32 |
| Octal | 224 | 3 | 375 | 52 | 143 | 0 | 1 | 423 | 142 | 62 |
| Binary | 10010100 | 11 | 11111101 | 101010 | 1100011 | 0 | 1 | 100010011 | 1100010 | 110010 |
Color Harmonies of #9403FD
Complementary color
Monochromatic Colors of #9403FD
Black with #9403FD
Text Example
Text Example
White with #9403FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9403FD; }
p { color: rgb(148,3,253); }
H1.HeaderClassName
{
color: #9403FD;
}
.AnyTagClassName
{
color: #9403FD;
}
</style>
background-color css
<style>
a { background-color: #9403FD; }
a { background-color: rgb(148,3,253); }
div.DivClassName
{
background-color: #9403FD;
}
.BgClassName
{
background-color: #9403FD;
}
</style>
border-color css
<style>
span { border-color: #9403FD; }
span { border-color: rgb(148,3,253); }
td.TdClassName
{
border-color: #9403FD;
}
.TagClassName
{
border-color: #9403FD;
}
</style>