Shades of Dark Violet #9003DF
Tints of Dark Violet #9003DF
RGB
CMYK
RGB Variations
Color information
#9003DF (or 0x9003DF) is known color: Dark Violet. HEX triplet: 90, 03 and DF. RGB value is (144,3,223). Sum of RGB (Red+Green+Blue) = 144+3+223=370 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.92% from 370); Green value is 3 (1.56% from 255 or 0.81% from 370); Blue value is 223 (87.5% from 255 or 60.27% from 370); Max value from RGB is 223 - color contains mainly: blue. Hex color #9003DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9003DF is #6FFC20. Grayscale: #454545. Windows color (decimal): -7339041 or 14615440. OLE color: 14615440.
HSL color Cylindrical-coordinate representation of color #9003DF: hue angle of 278.45º 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 #9003DF is Cyan = 0.35, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 3 | 223 | - |
| CMYK | 0.35 | 0.99 | 0 | 0.13 |
| HSL | 278.45º | 0.97% | 0.44% | - |
| HSV(B) | 278.45º | 0.99% | 0.87% | - |
| XYZ | 24.85 | 11.32 | 70.69 | - |
| YUV | 70.24 | 214.21 | 180.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 3 | 223 | 0.35 | 0.99 | 0 | 0.13 | 278.45 | 0.97 | 0.44 |
| Hex | 90 | 3 | DF | 23 | 63 | 0 | D | 116 | 61 | 2C |
| Octal | 220 | 3 | 337 | 43 | 143 | 0 | 15 | 426 | 141 | 54 |
| Binary | 10010000 | 11 | 11011111 | 100011 | 1100011 | 0 | 1101 | 100010110 | 1100001 | 101100 |
Color Harmonies of #9003DF
Complementary color
Monochromatic Colors of #9003DF
Black with #9003DF
Text Example
Text Example
White with #9003DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9003DF; }
p { color: rgb(144,3,223); }
H1.HeaderClassName
{
color: #9003DF;
}
.AnyTagClassName
{
color: #9003DF;
}
</style>
background-color css
<style>
a { background-color: #9003DF; }
a { background-color: rgb(144,3,223); }
div.DivClassName
{
background-color: #9003DF;
}
.BgClassName
{
background-color: #9003DF;
}
</style>
border-color css
<style>
span { border-color: #9003DF; }
span { border-color: rgb(144,3,223); }
td.TdClassName
{
border-color: #9003DF;
}
.TagClassName
{
border-color: #9003DF;
}
</style>