Shades of Dark Violet #9601FA
Tints of Dark Violet #9601FA
RGB
CMYK
RGB Variations
Color information
#9601FA (or 0x9601FA) is known color: Dark Violet. HEX triplet: 96, 01 and FA. RGB value is (150,1,250). Sum of RGB (Red+Green+Blue) = 150+1+250=401 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.41% from 401); Green value is 1 (0.78% from 255 or 0.25% from 401); Blue value is 250 (98.05% from 255 or 62.34% from 401); Max value from RGB is 250 - color contains mainly: blue. Hex color #9601FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9601FA is #69FE05. Grayscale: #494949. Windows color (decimal): -6946310 or 16384406. OLE color: 16384406.
HSL color Cylindrical-coordinate representation of color #9601FA: hue angle of 275.9º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9601FA is Cyan = 0.4, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 150 | 1 | 250 | - |
| CMYK | 0.4 | 1.00 | 0 | 0.02 |
| HSL | 275.9º | 0.99% | 0.49% | - |
| HSV(B) | 275.9º | 1% | 0.98% | - |
| XYZ | 29.84 | 13.41 | 91.46 | - |
| YUV | 73.94 | 227.36 | 182.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 1 | 250 | 0.4 | 1.00 | 0 | 0.02 | 275.9 | 0.99 | 0.49 |
| Hex | 96 | 1 | FA | 28 | 64 | 0 | 2 | 114 | 63 | 31 |
| Octal | 226 | 1 | 372 | 50 | 144 | 0 | 2 | 424 | 143 | 61 |
| Binary | 10010110 | 1 | 11111010 | 101000 | 1100100 | 0 | 10 | 100010100 | 1100011 | 110001 |
Color Harmonies of #9601FA
Complementary color
Monochromatic Colors of #9601FA
Black with #9601FA
Text Example
Text Example
White with #9601FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9601FA; }
p { color: rgb(150,1,250); }
H1.HeaderClassName
{
color: #9601FA;
}
.AnyTagClassName
{
color: #9601FA;
}
</style>
background-color css
<style>
a { background-color: #9601FA; }
a { background-color: rgb(150,1,250); }
div.DivClassName
{
background-color: #9601FA;
}
.BgClassName
{
background-color: #9601FA;
}
</style>
border-color css
<style>
span { border-color: #9601FA; }
span { border-color: rgb(150,1,250); }
td.TdClassName
{
border-color: #9601FA;
}
.TagClassName
{
border-color: #9601FA;
}
</style>