Shades of Dark Violet #9603D0
Tints of Dark Violet #9603D0
RGB
CMYK
RGB Variations
Color information
#9603D0 (or 0x9603D0) is known color: Dark Violet. HEX triplet: 96, 03 and D0. RGB value is (150,3,208). Sum of RGB (Red+Green+Blue) = 150+3+208=361 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.55% from 361); Green value is 3 (1.56% from 255 or 0.83% from 361); Blue value is 208 (81.64% from 255 or 57.62% from 361); Max value from RGB is 208 - color contains mainly: blue. Hex color #9603D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9603D0 is #69FC2F. Grayscale: #454545. Windows color (decimal): -6945840 or 13632406. OLE color: 13632406.
HSL color Cylindrical-coordinate representation of color #9603D0: hue angle of 283.02º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9603D0 is Cyan = 0.28, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 150 | 3 | 208 | - |
| CMYK | 0.28 | 0.99 | 0 | 0.18 |
| HSL | 283.02º | 0.97% | 0.41% | - |
| HSV(B) | 283.02º | 0.99% | 0.82% | - |
| XYZ | 24 | 11.1 | 60.55 | - |
| YUV | 70.32 | 205.7 | 184.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 3 | 208 | 0.28 | 0.99 | 0 | 0.18 | 283.02 | 0.97 | 0.41 |
| Hex | 96 | 3 | D0 | 1C | 63 | 0 | 12 | 11B | 61 | 29 |
| Octal | 226 | 3 | 320 | 34 | 143 | 0 | 22 | 433 | 141 | 51 |
| Binary | 10010110 | 11 | 11010000 | 11100 | 1100011 | 0 | 10010 | 100011011 | 1100001 | 101001 |
Color Harmonies of #9603D0
Complementary color
Monochromatic Colors of #9603D0
Black with #9603D0
Text Example
Text Example
White with #9603D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9603D0; }
p { color: rgb(150,3,208); }
H1.HeaderClassName
{
color: #9603D0;
}
.AnyTagClassName
{
color: #9603D0;
}
</style>
background-color css
<style>
a { background-color: #9603D0; }
a { background-color: rgb(150,3,208); }
div.DivClassName
{
background-color: #9603D0;
}
.BgClassName
{
background-color: #9603D0;
}
</style>
border-color css
<style>
span { border-color: #9603D0; }
span { border-color: rgb(150,3,208); }
td.TdClassName
{
border-color: #9603D0;
}
.TagClassName
{
border-color: #9603D0;
}
</style>