Shades of Dark Violet #9603C0
Tints of Dark Violet #9603C0
RGB
CMYK
RGB Variations
Color information
#9603C0 (or 0x9603C0) is known color: Dark Violet. HEX triplet: 96, 03 and C0. RGB value is (150,3,192). Sum of RGB (Red+Green+Blue) = 150+3+192=345 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.48% from 345); Green value is 3 (1.56% from 255 or 0.87% from 345); Blue value is 192 (75.39% from 255 or 55.65% from 345); Max value from RGB is 192 - color contains mainly: blue. Hex color #9603C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9603C0 is #69FC3F. Grayscale: #434343. Windows color (decimal): -6945856 or 12583830. OLE color: 12583830.
HSL color Cylindrical-coordinate representation of color #9603C0: hue angle of 286.67º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9603C0 is Cyan = 0.22, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 150 | 3 | 192 | - |
| CMYK | 0.22 | 0.98 | 0 | 0.25 |
| HSL | 286.67º | 0.97% | 0.38% | - |
| HSV(B) | 286.67º | 0.98% | 0.75% | - |
| XYZ | 22.12 | 10.35 | 50.7 | - |
| YUV | 68.5 | 197.7 | 186.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 3 | 192 | 0.22 | 0.98 | 0 | 0.25 | 286.67 | 0.97 | 0.38 |
| Hex | 96 | 3 | C0 | 16 | 62 | 0 | 19 | 11F | 61 | 26 |
| Octal | 226 | 3 | 300 | 26 | 142 | 0 | 31 | 437 | 141 | 46 |
| Binary | 10010110 | 11 | 11000000 | 10110 | 1100010 | 0 | 11001 | 100011111 | 1100001 | 100110 |
Color Harmonies of #9603C0
Complementary color
Monochromatic Colors of #9603C0
Black with #9603C0
Text Example
Text Example
White with #9603C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9603C0; }
p { color: rgb(150,3,192); }
H1.HeaderClassName
{
color: #9603C0;
}
.AnyTagClassName
{
color: #9603C0;
}
</style>
background-color css
<style>
a { background-color: #9603C0; }
a { background-color: rgb(150,3,192); }
div.DivClassName
{
background-color: #9603C0;
}
.BgClassName
{
background-color: #9603C0;
}
</style>
border-color css
<style>
span { border-color: #9603C0; }
span { border-color: rgb(150,3,192); }
td.TdClassName
{
border-color: #9603C0;
}
.TagClassName
{
border-color: #9603C0;
}
</style>