Shades of Dark Violet #9600FA
Tints of Dark Violet #9600FA
RGB
CMYK
RGB Variations
Color information
#9600FA (or 0x9600FA) is known color: Dark Violet. HEX triplet: 96, 00 and FA. RGB value is (150,0,250). Sum of RGB (Red+Green+Blue) = 150+0+250=400 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.5% from 400); Green value is 0 (0.39% from 255 or 0% from 400); Blue value is 250 (98.05% from 255 or 62.5% from 400); Max value from RGB is 250 - color contains mainly: blue. Hex color #9600FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9600FA is #69FF05. Grayscale: #484848. Windows color (decimal): -6946566 or 16384150. OLE color: 16384150.
HSL color Cylindrical-coordinate representation of color #9600FA: hue angle of 276º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9600FA is Cyan = 0.4, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 150 | 0 | 250 | - |
| CMYK | 0.4 | 1 | 0 | 0.02 |
| HSL | 276º | 1% | 0.49% | - |
| HSV(B) | 276º | 1% | 0.98% | - |
| XYZ | 29.83 | 13.39 | 91.45 | - |
| YUV | 73.35 | 227.7 | 182.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 0 | 250 | 0.4 | 1 | 0 | 0.02 | 276 | 1 | 0.49 |
| Hex | 96 | 0 | FA | 28 | 64 | 0 | 2 | 114 | 64 | 31 |
| Octal | 226 | 0 | 372 | 50 | 144 | 0 | 2 | 424 | 144 | 61 |
| Binary | 10010110 | 0 | 11111010 | 101000 | 1100100 | 0 | 10 | 100010100 | 1100100 | 110001 |
Color Harmonies of #9600FA
Complementary color
Monochromatic Colors of #9600FA
Black with #9600FA
Text Example
Text Example
White with #9600FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9600FA; }
p { color: rgb(150,0,250); }
H1.HeaderClassName
{
color: #9600FA;
}
.AnyTagClassName
{
color: #9600FA;
}
</style>
background-color css
<style>
a { background-color: #9600FA; }
a { background-color: rgb(150,0,250); }
div.DivClassName
{
background-color: #9600FA;
}
.BgClassName
{
background-color: #9600FA;
}
</style>
border-color css
<style>
span { border-color: #9600FA; }
span { border-color: rgb(150,0,250); }
td.TdClassName
{
border-color: #9600FA;
}
.TagClassName
{
border-color: #9600FA;
}
</style>