Shades of Dark Violet #9603BD
Tints of Dark Violet #9603BD
RGB
CMYK
RGB Variations
Color information
#9603BD (or 0x9603BD) is known color: Dark Violet. HEX triplet: 96, 03 and BD. RGB value is (150,3,189). Sum of RGB (Red+Green+Blue) = 150+3+189=342 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.86% from 342); Green value is 3 (1.56% from 255 or 0.88% from 342); Blue value is 189 (74.22% from 255 or 55.26% from 342); Max value from RGB is 189 - color contains mainly: blue. Hex color #9603BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9603BD is #69FC42. Grayscale: #434343. Windows color (decimal): -6945859 or 12387222. OLE color: 12387222.
HSL color Cylindrical-coordinate representation of color #9603BD: hue angle of 287.42º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9603BD is Cyan = 0.21, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 150 | 3 | 189 | - |
| CMYK | 0.21 | 0.98 | 0 | 0.26 |
| HSL | 287.42º | 0.97% | 0.38% | - |
| HSV(B) | 287.42º | 0.98% | 0.74% | - |
| XYZ | 21.8 | 10.22 | 48.97 | - |
| YUV | 68.16 | 196.2 | 186.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 3 | 189 | 0.21 | 0.98 | 0 | 0.26 | 287.42 | 0.97 | 0.38 |
| Hex | 96 | 3 | BD | 15 | 62 | 0 | 1A | 11F | 61 | 26 |
| Octal | 226 | 3 | 275 | 25 | 142 | 0 | 32 | 437 | 141 | 46 |
| Binary | 10010110 | 11 | 10111101 | 10101 | 1100010 | 0 | 11010 | 100011111 | 1100001 | 100110 |
Color Harmonies of #9603BD
Complementary color
Monochromatic Colors of #9603BD
Black with #9603BD
Text Example
Text Example
White with #9603BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9603BD; }
p { color: rgb(150,3,189); }
H1.HeaderClassName
{
color: #9603BD;
}
.AnyTagClassName
{
color: #9603BD;
}
</style>
background-color css
<style>
a { background-color: #9603BD; }
a { background-color: rgb(150,3,189); }
div.DivClassName
{
background-color: #9603BD;
}
.BgClassName
{
background-color: #9603BD;
}
</style>
border-color css
<style>
span { border-color: #9603BD; }
span { border-color: rgb(150,3,189); }
td.TdClassName
{
border-color: #9603BD;
}
.TagClassName
{
border-color: #9603BD;
}
</style>