Shades of Dark Violet #9600FD
Tints of Dark Violet #9600FD
RGB
CMYK
RGB Variations
Color information
#9600FD (or 0x9600FD) is known color: Dark Violet. HEX triplet: 96, 00 and FD. RGB value is (150,0,253). Sum of RGB (Red+Green+Blue) = 150+0+253=403 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.22% from 403); Green value is 0 (0.39% from 255 or 0% from 403); Blue value is 253 (99.22% from 255 or 62.78% from 403); Max value from RGB is 253 - color contains mainly: blue. Hex color #9600FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9600FD is #69FF02. Grayscale: #484848. Windows color (decimal): -6946563 or 16580758. OLE color: 16580758.
HSL color Cylindrical-coordinate representation of color #9600FD: hue angle of 275.57º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9600FD is Cyan = 0.41, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 150 | 0 | 253 | - |
| CMYK | 0.41 | 1 | 0 | 0.01 |
| HSL | 275.57º | 1% | 0.5% | - |
| HSV(B) | 275.57º | 1% | 0.99% | - |
| XYZ | 30.31 | 13.58 | 93.95 | - |
| YUV | 73.69 | 229.2 | 182.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 0 | 253 | 0.41 | 1 | 0 | 0.01 | 275.57 | 1 | 0.5 |
| Hex | 96 | 0 | FD | 29 | 64 | 0 | 1 | 114 | 64 | 32 |
| Octal | 226 | 0 | 375 | 51 | 144 | 0 | 1 | 424 | 144 | 62 |
| Binary | 10010110 | 0 | 11111101 | 101001 | 1100100 | 0 | 1 | 100010100 | 1100100 | 110010 |
Color Harmonies of #9600FD
Complementary color
Monochromatic Colors of #9600FD
Black with #9600FD
Text Example
Text Example
White with #9600FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9600FD; }
p { color: rgb(150,0,253); }
H1.HeaderClassName
{
color: #9600FD;
}
.AnyTagClassName
{
color: #9600FD;
}
</style>
background-color css
<style>
a { background-color: #9600FD; }
a { background-color: rgb(150,0,253); }
div.DivClassName
{
background-color: #9600FD;
}
.BgClassName
{
background-color: #9600FD;
}
</style>
border-color css
<style>
span { border-color: #9600FD; }
span { border-color: rgb(150,0,253); }
td.TdClassName
{
border-color: #9600FD;
}
.TagClassName
{
border-color: #9600FD;
}
</style>