Shades of Dark Violet #9603B4
Tints of Dark Violet #9603B4
RGB
CMYK
RGB Variations
Color information
#9603B4 (or 0x9603B4) is known color: Dark Violet. HEX triplet: 96, 03 and B4. RGB value is (150,3,180). Sum of RGB (Red+Green+Blue) = 150+3+180=333 (44% of max value = 765). Red value is 150 (58.98% from 255 or 45.05% from 333); Green value is 3 (1.56% from 255 or 0.90% from 333); Blue value is 180 (70.70% from 255 or 54.05% from 333); Max value from RGB is 180 - color contains mainly: blue. Hex color #9603B4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9603B4 is #69FC4B. Grayscale: #424242. Windows color (decimal): -6945868 or 11797398. OLE color: 11797398.
HSL color Cylindrical-coordinate representation of color #9603B4: hue angle of 289.83º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9603B4 is Cyan = 0.17, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 150 | 3 | 180 | - |
| CMYK | 0.17 | 0.98 | 0 | 0.29 |
| HSL | 289.83º | 0.97% | 0.36% | - |
| HSV(B) | 289.83º | 0.98% | 0.71% | - |
| XYZ | 20.85 | 9.84 | 43.98 | - |
| YUV | 67.13 | 191.7 | 187.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 3 | 180 | 0.17 | 0.98 | 0 | 0.29 | 289.83 | 0.97 | 0.36 |
| Hex | 96 | 3 | B4 | 11 | 62 | 0 | 1D | 122 | 61 | 24 |
| Octal | 226 | 3 | 264 | 21 | 142 | 0 | 35 | 442 | 141 | 44 |
| Binary | 10010110 | 11 | 10110100 | 10001 | 1100010 | 0 | 11101 | 100100010 | 1100001 | 100100 |
Color Harmonies of #9603B4
Complementary color
Monochromatic Colors of #9603B4
Black with #9603B4
Text Example
Text Example
White with #9603B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9603B4; }
p { color: rgb(150,3,180); }
H1.HeaderClassName
{
color: #9603B4;
}
.AnyTagClassName
{
color: #9603B4;
}
</style>
background-color css
<style>
a { background-color: #9603B4; }
a { background-color: rgb(150,3,180); }
div.DivClassName
{
background-color: #9603B4;
}
.BgClassName
{
background-color: #9603B4;
}
</style>
border-color css
<style>
span { border-color: #9603B4; }
span { border-color: rgb(150,3,180); }
td.TdClassName
{
border-color: #9603B4;
}
.TagClassName
{
border-color: #9603B4;
}
</style>