Shades of Dark Violet #9603FB
Tints of Dark Violet #9603FB
RGB
CMYK
RGB Variations
Color information
#9603FB (or 0x9603FB) is known color: Dark Violet. HEX triplet: 96, 03 and FB. RGB value is (150,3,251). Sum of RGB (Red+Green+Blue) = 150+3+251=404 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.13% from 404); Green value is 3 (1.56% from 255 or 0.74% from 404); Blue value is 251 (98.44% from 255 or 62.13% from 404); Max value from RGB is 251 - color contains mainly: blue. Hex color #9603FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9603FB is #69FC04. Grayscale: #4A4A4A. Windows color (decimal): -6945797 or 16450454. OLE color: 16450454.
HSL color Cylindrical-coordinate representation of color #9603FB: hue angle of 275.56º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9603FB is Cyan = 0.40, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 150 | 3 | 251 | - |
| CMYK | 0.40 | 0.99 | 0 | 0.02 |
| HSL | 275.56º | 0.98% | 0.5% | - |
| HSV(B) | 275.56º | 0.99% | 0.98% | - |
| XYZ | 30.02 | 13.51 | 92.29 | - |
| YUV | 75.23 | 227.2 | 181.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 3 | 251 | 0.40 | 0.99 | 0 | 0.02 | 275.56 | 0.98 | 0.5 |
| Hex | 96 | 3 | FB | 28 | 63 | 0 | 2 | 114 | 62 | 32 |
| Octal | 226 | 3 | 373 | 50 | 143 | 0 | 2 | 424 | 142 | 62 |
| Binary | 10010110 | 11 | 11111011 | 101000 | 1100011 | 0 | 10 | 100010100 | 1100010 | 110010 |
Color Harmonies of #9603FB
Complementary color
Monochromatic Colors of #9603FB
Black with #9603FB
Text Example
Text Example
White with #9603FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9603FB; }
p { color: rgb(150,3,251); }
H1.HeaderClassName
{
color: #9603FB;
}
.AnyTagClassName
{
color: #9603FB;
}
</style>
background-color css
<style>
a { background-color: #9603FB; }
a { background-color: rgb(150,3,251); }
div.DivClassName
{
background-color: #9603FB;
}
.BgClassName
{
background-color: #9603FB;
}
</style>
border-color css
<style>
span { border-color: #9603FB; }
span { border-color: rgb(150,3,251); }
td.TdClassName
{
border-color: #9603FB;
}
.TagClassName
{
border-color: #9603FB;
}
</style>