Shades of Dark Violet #9003ED
Tints of Dark Violet #9003ED
RGB
CMYK
RGB Variations
Color information
#9003ED (or 0x9003ED) is known color: Dark Violet. HEX triplet: 90, 03 and ED. RGB value is (144,3,237). Sum of RGB (Red+Green+Blue) = 144+3+237=384 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.5% from 384); Green value is 3 (1.56% from 255 or 0.78% from 384); Blue value is 237 (92.97% from 255 or 61.72% from 384); Max value from RGB is 237 - color contains mainly: blue. Hex color #9003ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9003ED is #6FFC12. Grayscale: #474747. Windows color (decimal): -7339027 or 15532944. OLE color: 15532944.
HSL color Cylindrical-coordinate representation of color #9003ED: hue angle of 276.15º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9003ED is Cyan = 0.39, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 144 | 3 | 237 | - |
| CMYK | 0.39 | 0.99 | 0 | 0.07 |
| HSL | 276.15º | 0.98% | 0.47% | - |
| HSV(B) | 276.15º | 0.99% | 0.93% | - |
| XYZ | 26.82 | 12.11 | 81.04 | - |
| YUV | 71.84 | 221.21 | 179.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 3 | 237 | 0.39 | 0.99 | 0 | 0.07 | 276.15 | 0.98 | 0.47 |
| Hex | 90 | 3 | ED | 27 | 63 | 0 | 7 | 114 | 62 | 2F |
| Octal | 220 | 3 | 355 | 47 | 143 | 0 | 7 | 424 | 142 | 57 |
| Binary | 10010000 | 11 | 11101101 | 100111 | 1100011 | 0 | 111 | 100010100 | 1100010 | 101111 |
Color Harmonies of #9003ED
Complementary color
Monochromatic Colors of #9003ED
Black with #9003ED
Text Example
Text Example
White with #9003ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9003ED; }
p { color: rgb(144,3,237); }
H1.HeaderClassName
{
color: #9003ED;
}
.AnyTagClassName
{
color: #9003ED;
}
</style>
background-color css
<style>
a { background-color: #9003ED; }
a { background-color: rgb(144,3,237); }
div.DivClassName
{
background-color: #9003ED;
}
.BgClassName
{
background-color: #9003ED;
}
</style>
border-color css
<style>
span { border-color: #9003ED; }
span { border-color: rgb(144,3,237); }
td.TdClassName
{
border-color: #9003ED;
}
.TagClassName
{
border-color: #9003ED;
}
</style>