Shades of Dark Violet #9603DF
Tints of Dark Violet #9603DF
RGB
CMYK
RGB Variations
Color information
#9603DF (or 0x9603DF) is known color: Dark Violet. HEX triplet: 96, 03 and DF. RGB value is (150,3,223). Sum of RGB (Red+Green+Blue) = 150+3+223=376 (49% of max value = 765). Red value is 150 (58.98% from 255 or 39.89% from 376); Green value is 3 (1.56% from 255 or 0.80% from 376); Blue value is 223 (87.5% from 255 or 59.31% from 376); Max value from RGB is 223 - color contains mainly: blue. Hex color #9603DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9603DF is #69FC20. Grayscale: #474747. Windows color (decimal): -6945825 or 14615446. OLE color: 14615446.
HSL color Cylindrical-coordinate representation of color #9603DF: hue angle of 280.09º 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 #9603DF is Cyan = 0.33, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 3 | 223 | - |
| CMYK | 0.33 | 0.99 | 0 | 0.13 |
| HSL | 280.09º | 0.97% | 0.44% | - |
| HSV(B) | 280.09º | 0.99% | 0.87% | - |
| XYZ | 25.93 | 11.88 | 70.74 | - |
| YUV | 72.03 | 213.2 | 183.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 3 | 223 | 0.33 | 0.99 | 0 | 0.13 | 280.09 | 0.97 | 0.44 |
| Hex | 96 | 3 | DF | 21 | 63 | 0 | D | 118 | 61 | 2C |
| Octal | 226 | 3 | 337 | 41 | 143 | 0 | 15 | 430 | 141 | 54 |
| Binary | 10010110 | 11 | 11011111 | 100001 | 1100011 | 0 | 1101 | 100011000 | 1100001 | 101100 |
Color Harmonies of #9603DF
Complementary color
Monochromatic Colors of #9603DF
Black with #9603DF
Text Example
Text Example
White with #9603DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9603DF; }
p { color: rgb(150,3,223); }
H1.HeaderClassName
{
color: #9603DF;
}
.AnyTagClassName
{
color: #9603DF;
}
</style>
background-color css
<style>
a { background-color: #9603DF; }
a { background-color: rgb(150,3,223); }
div.DivClassName
{
background-color: #9603DF;
}
.BgClassName
{
background-color: #9603DF;
}
</style>
border-color css
<style>
span { border-color: #9603DF; }
span { border-color: rgb(150,3,223); }
td.TdClassName
{
border-color: #9603DF;
}
.TagClassName
{
border-color: #9603DF;
}
</style>