Shades of Dark Violet #9603AF
Tints of Dark Violet #9603AF
RGB
CMYK
RGB Variations
Color information
#9603AF (or 0x9603AF) is known color: Dark Violet. HEX triplet: 96, 03 and AF. RGB value is (150,3,175). Sum of RGB (Red+Green+Blue) = 150+3+175=328 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.73% from 328); Green value is 3 (1.56% from 255 or 0.91% from 328); Blue value is 175 (68.75% from 255 or 53.35% from 328); Max value from RGB is 175 - color contains mainly: blue. Hex color #9603AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9603AF is #69FC50. Grayscale: #424242. Windows color (decimal): -6945873 or 11469718. OLE color: 11469718.
HSL color Cylindrical-coordinate representation of color #9603AF: hue angle of 291.28º 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 #9603AF is Cyan = 0.14, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 150 | 3 | 175 | - |
| CMYK | 0.14 | 0.98 | 0 | 0.31 |
| HSL | 291.28º | 0.97% | 0.35% | - |
| HSV(B) | 291.28º | 0.98% | 0.69% | - |
| XYZ | 20.35 | 9.64 | 41.35 | - |
| YUV | 66.56 | 189.2 | 187.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 3 | 175 | 0.14 | 0.98 | 0 | 0.31 | 291.28 | 0.97 | 0.35 |
| Hex | 96 | 3 | AF | E | 62 | 0 | 1F | 123 | 61 | 23 |
| Octal | 226 | 3 | 257 | 16 | 142 | 0 | 37 | 443 | 141 | 43 |
| Binary | 10010110 | 11 | 10101111 | 1110 | 1100010 | 0 | 11111 | 100100011 | 1100001 | 100011 |
Color Harmonies of #9603AF
Complementary color
Monochromatic Colors of #9603AF
Black with #9603AF
Text Example
Text Example
White with #9603AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9603AF; }
p { color: rgb(150,3,175); }
H1.HeaderClassName
{
color: #9603AF;
}
.AnyTagClassName
{
color: #9603AF;
}
</style>
background-color css
<style>
a { background-color: #9603AF; }
a { background-color: rgb(150,3,175); }
div.DivClassName
{
background-color: #9603AF;
}
.BgClassName
{
background-color: #9603AF;
}
</style>
border-color css
<style>
span { border-color: #9603AF; }
span { border-color: rgb(150,3,175); }
td.TdClassName
{
border-color: #9603AF;
}
.TagClassName
{
border-color: #9603AF;
}
</style>