Shades of Dark Violet #9603DE
Tints of Dark Violet #9603DE
RGB
CMYK
RGB Variations
Color information
#9603DE (or 0x9603DE) is known color: Dark Violet. HEX triplet: 96, 03 and DE. RGB value is (150,3,222). Sum of RGB (Red+Green+Blue) = 150+3+222=375 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40% from 375); Green value is 3 (1.56% from 255 or 0.8% from 375); Blue value is 222 (87.11% from 255 or 59.2% from 375); Max value from RGB is 222 - color contains mainly: blue. Hex color #9603DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9603DE is #69FC21. Grayscale: #474747. Windows color (decimal): -6945826 or 14549910. OLE color: 14549910.
HSL color Cylindrical-coordinate representation of color #9603DE: hue angle of 280.27º 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 #9603DE is Cyan = 0.32, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 3 | 222 | - |
| CMYK | 0.32 | 0.99 | 0 | 0.13 |
| HSL | 280.27º | 0.97% | 0.44% | - |
| HSV(B) | 280.27º | 0.99% | 0.87% | - |
| XYZ | 25.8 | 11.82 | 70.03 | - |
| YUV | 71.92 | 212.7 | 183.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 3 | 222 | 0.32 | 0.99 | 0 | 0.13 | 280.27 | 0.97 | 0.44 |
| Hex | 96 | 3 | DE | 20 | 63 | 0 | D | 118 | 61 | 2C |
| Octal | 226 | 3 | 336 | 40 | 143 | 0 | 15 | 430 | 141 | 54 |
| Binary | 10010110 | 11 | 11011110 | 100000 | 1100011 | 0 | 1101 | 100011000 | 1100001 | 101100 |
Color Harmonies of #9603DE
Complementary color
Monochromatic Colors of #9603DE
Black with #9603DE
Text Example
Text Example
White with #9603DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9603DE; }
p { color: rgb(150,3,222); }
H1.HeaderClassName
{
color: #9603DE;
}
.AnyTagClassName
{
color: #9603DE;
}
</style>
background-color css
<style>
a { background-color: #9603DE; }
a { background-color: rgb(150,3,222); }
div.DivClassName
{
background-color: #9603DE;
}
.BgClassName
{
background-color: #9603DE;
}
</style>
border-color css
<style>
span { border-color: #9603DE; }
span { border-color: rgb(150,3,222); }
td.TdClassName
{
border-color: #9603DE;
}
.TagClassName
{
border-color: #9603DE;
}
</style>