Shades of Dark Violet #9003CE
Tints of Dark Violet #9003CE
RGB
CMYK
RGB Variations
Color information
#9003CE (or 0x9003CE) is known color: Dark Violet. HEX triplet: 90, 03 and CE. RGB value is (144,3,206). Sum of RGB (Red+Green+Blue) = 144+3+206=353 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.79% from 353); Green value is 3 (1.56% from 255 or 0.85% from 353); Blue value is 206 (80.86% from 255 or 58.36% from 353); Max value from RGB is 206 - color contains mainly: blue. Hex color #9003CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9003CE is #6FFC31. Grayscale: #434343. Windows color (decimal): -7339058 or 13501328. OLE color: 13501328.
HSL color Cylindrical-coordinate representation of color #9003CE: hue angle of 281.67º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9003CE is Cyan = 0.30, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 144 | 3 | 206 | - |
| CMYK | 0.30 | 0.99 | 0 | 0.19 |
| HSL | 281.67º | 0.97% | 0.41% | - |
| HSV(B) | 281.67º | 0.99% | 0.81% | - |
| XYZ | 22.67 | 10.45 | 59.21 | - |
| YUV | 68.3 | 205.71 | 181.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 3 | 206 | 0.30 | 0.99 | 0 | 0.19 | 281.67 | 0.97 | 0.41 |
| Hex | 90 | 3 | CE | 1E | 63 | 0 | 13 | 11A | 61 | 29 |
| Octal | 220 | 3 | 316 | 36 | 143 | 0 | 23 | 432 | 141 | 51 |
| Binary | 10010000 | 11 | 11001110 | 11110 | 1100011 | 0 | 10011 | 100011010 | 1100001 | 101001 |
Color Harmonies of #9003CE
Complementary color
Monochromatic Colors of #9003CE
Black with #9003CE
Text Example
Text Example
White with #9003CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9003CE; }
p { color: rgb(144,3,206); }
H1.HeaderClassName
{
color: #9003CE;
}
.AnyTagClassName
{
color: #9003CE;
}
</style>
background-color css
<style>
a { background-color: #9003CE; }
a { background-color: rgb(144,3,206); }
div.DivClassName
{
background-color: #9003CE;
}
.BgClassName
{
background-color: #9003CE;
}
</style>
border-color css
<style>
span { border-color: #9003CE; }
span { border-color: rgb(144,3,206); }
td.TdClassName
{
border-color: #9003CE;
}
.TagClassName
{
border-color: #9003CE;
}
</style>