Shades of Dark Violet #9403DD
Tints of Dark Violet #9403DD
RGB
CMYK
RGB Variations
Color information
#9403DD (or 0x9403DD) is known color: Dark Violet. HEX triplet: 94, 03 and DD. RGB value is (148,3,221). Sum of RGB (Red+Green+Blue) = 148+3+221=372 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.78% from 372); Green value is 3 (1.56% from 255 or 0.81% from 372); Blue value is 221 (86.72% from 255 or 59.41% from 372); Max value from RGB is 221 - color contains mainly: blue. Hex color #9403DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9403DD is #6BFC22. Grayscale: #464646. Windows color (decimal): -7076899 or 14484372. OLE color: 14484372.
HSL color Cylindrical-coordinate representation of color #9403DD: hue angle of 279.91º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9403DD is Cyan = 0.33, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 148 | 3 | 221 | - |
| CMYK | 0.33 | 0.99 | 0 | 0.13 |
| HSL | 279.91º | 0.97% | 0.44% | - |
| HSV(B) | 279.91º | 0.99% | 0.87% | - |
| XYZ | 25.3 | 11.58 | 69.31 | - |
| YUV | 71.21 | 212.54 | 182.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 3 | 221 | 0.33 | 0.99 | 0 | 0.13 | 279.91 | 0.97 | 0.44 |
| Hex | 94 | 3 | DD | 21 | 63 | 0 | D | 118 | 61 | 2C |
| Octal | 224 | 3 | 335 | 41 | 143 | 0 | 15 | 430 | 141 | 54 |
| Binary | 10010100 | 11 | 11011101 | 100001 | 1100011 | 0 | 1101 | 100011000 | 1100001 | 101100 |
Color Harmonies of #9403DD
Complementary color
Monochromatic Colors of #9403DD
Black with #9403DD
Text Example
Text Example
White with #9403DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9403DD; }
p { color: rgb(148,3,221); }
H1.HeaderClassName
{
color: #9403DD;
}
.AnyTagClassName
{
color: #9403DD;
}
</style>
background-color css
<style>
a { background-color: #9403DD; }
a { background-color: rgb(148,3,221); }
div.DivClassName
{
background-color: #9403DD;
}
.BgClassName
{
background-color: #9403DD;
}
</style>
border-color css
<style>
span { border-color: #9403DD; }
span { border-color: rgb(148,3,221); }
td.TdClassName
{
border-color: #9403DD;
}
.TagClassName
{
border-color: #9403DD;
}
</style>