Shades of Dark Violet #9603D1
Tints of Dark Violet #9603D1
RGB
CMYK
RGB Variations
Color information
#9603D1 (or 0x9603D1) is known color: Dark Violet. HEX triplet: 96, 03 and D1. RGB value is (150,3,209). Sum of RGB (Red+Green+Blue) = 150+3+209=362 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.44% from 362); Green value is 3 (1.56% from 255 or 0.83% from 362); Blue value is 209 (82.03% from 255 or 57.73% from 362); Max value from RGB is 209 - color contains mainly: blue. Hex color #9603D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9603D1 is #69FC2E. Grayscale: #454545. Windows color (decimal): -6945839 or 13697942. OLE color: 13697942.
HSL color Cylindrical-coordinate representation of color #9603D1: hue angle of 282.82º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9603D1 is Cyan = 0.28, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 150 | 3 | 209 | - |
| CMYK | 0.28 | 0.99 | 0 | 0.18 |
| HSL | 282.82º | 0.97% | 0.42% | - |
| HSV(B) | 282.82º | 0.99% | 0.82% | - |
| XYZ | 24.12 | 11.15 | 61.2 | - |
| YUV | 70.44 | 206.2 | 184.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 3 | 209 | 0.28 | 0.99 | 0 | 0.18 | 282.82 | 0.97 | 0.42 |
| Hex | 96 | 3 | D1 | 1C | 63 | 0 | 12 | 11B | 61 | 2A |
| Octal | 226 | 3 | 321 | 34 | 143 | 0 | 22 | 433 | 141 | 52 |
| Binary | 10010110 | 11 | 11010001 | 11100 | 1100011 | 0 | 10010 | 100011011 | 1100001 | 101010 |
Color Harmonies of #9603D1
Complementary color
Monochromatic Colors of #9603D1
Black with #9603D1
Text Example
Text Example
White with #9603D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9603D1; }
p { color: rgb(150,3,209); }
H1.HeaderClassName
{
color: #9603D1;
}
.AnyTagClassName
{
color: #9603D1;
}
</style>
background-color css
<style>
a { background-color: #9603D1; }
a { background-color: rgb(150,3,209); }
div.DivClassName
{
background-color: #9603D1;
}
.BgClassName
{
background-color: #9603D1;
}
</style>
border-color css
<style>
span { border-color: #9603D1; }
span { border-color: rgb(150,3,209); }
td.TdClassName
{
border-color: #9603D1;
}
.TagClassName
{
border-color: #9603D1;
}
</style>