Shades of Dark Violet #9603B1
Tints of Dark Violet #9603B1
RGB
CMYK
RGB Variations
Color information
#9603B1 (or 0x9603B1) is known color: Dark Violet. HEX triplet: 96, 03 and B1. RGB value is (150,3,177). Sum of RGB (Red+Green+Blue) = 150+3+177=330 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.45% from 330); Green value is 3 (1.56% from 255 or 0.91% from 330); Blue value is 177 (69.53% from 255 or 53.64% from 330); Max value from RGB is 177 - color contains mainly: blue. Hex color #9603B1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9603B1 is #69FC4E. Grayscale: #424242. Windows color (decimal): -6945871 or 11600790. OLE color: 11600790.
HSL color Cylindrical-coordinate representation of color #9603B1: hue angle of 290.69º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9603B1 is Cyan = 0.15, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 150 | 3 | 177 | - |
| CMYK | 0.15 | 0.98 | 0 | 0.31 |
| HSL | 290.69º | 0.97% | 0.35% | - |
| HSV(B) | 290.69º | 0.98% | 0.69% | - |
| XYZ | 20.55 | 9.72 | 42.39 | - |
| YUV | 66.79 | 190.2 | 187.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 3 | 177 | 0.15 | 0.98 | 0 | 0.31 | 290.69 | 0.97 | 0.35 |
| Hex | 96 | 3 | B1 | F | 62 | 0 | 1F | 123 | 61 | 23 |
| Octal | 226 | 3 | 261 | 17 | 142 | 0 | 37 | 443 | 141 | 43 |
| Binary | 10010110 | 11 | 10110001 | 1111 | 1100010 | 0 | 11111 | 100100011 | 1100001 | 100011 |
Color Harmonies of #9603B1
Complementary color
Monochromatic Colors of #9603B1
Black with #9603B1
Text Example
Text Example
White with #9603B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9603B1; }
p { color: rgb(150,3,177); }
H1.HeaderClassName
{
color: #9603B1;
}
.AnyTagClassName
{
color: #9603B1;
}
</style>
background-color css
<style>
a { background-color: #9603B1; }
a { background-color: rgb(150,3,177); }
div.DivClassName
{
background-color: #9603B1;
}
.BgClassName
{
background-color: #9603B1;
}
</style>
border-color css
<style>
span { border-color: #9603B1; }
span { border-color: rgb(150,3,177); }
td.TdClassName
{
border-color: #9603B1;
}
.TagClassName
{
border-color: #9603B1;
}
</style>