Shades of Dark Violet #9600FC
Tints of Dark Violet #9600FC
RGB
CMYK
RGB Variations
Color information
#9600FC (or 0x9600FC) is known color: Dark Violet. HEX triplet: 96, 00 and FC. RGB value is (150,0,252). Sum of RGB (Red+Green+Blue) = 150+0+252=402 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.31% from 402); Green value is 0 (0.39% from 255 or 0% from 402); Blue value is 252 (98.83% from 255 or 62.69% from 402); Max value from RGB is 252 - color contains mainly: blue. Hex color #9600FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9600FC is #69FF03. Grayscale: #484848. Windows color (decimal): -6946564 or 16515222. OLE color: 16515222.
HSL color Cylindrical-coordinate representation of color #9600FC: hue angle of 275.71º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9600FC is Cyan = 0.40, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 150 | 0 | 252 | - |
| CMYK | 0.40 | 1 | 0 | 0.01 |
| HSL | 275.71º | 1% | 0.49% | - |
| HSV(B) | 275.71º | 1% | 0.99% | - |
| XYZ | 30.15 | 13.51 | 93.11 | - |
| YUV | 73.58 | 228.7 | 182.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 0 | 252 | 0.40 | 1 | 0 | 0.01 | 275.71 | 1 | 0.49 |
| Hex | 96 | 0 | FC | 28 | 64 | 0 | 1 | 114 | 64 | 31 |
| Octal | 226 | 0 | 374 | 50 | 144 | 0 | 1 | 424 | 144 | 61 |
| Binary | 10010110 | 0 | 11111100 | 101000 | 1100100 | 0 | 1 | 100010100 | 1100100 | 110001 |
Color Harmonies of #9600FC
Complementary color
Monochromatic Colors of #9600FC
Black with #9600FC
Text Example
Text Example
White with #9600FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9600FC; }
p { color: rgb(150,0,252); }
H1.HeaderClassName
{
color: #9600FC;
}
.AnyTagClassName
{
color: #9600FC;
}
</style>
background-color css
<style>
a { background-color: #9600FC; }
a { background-color: rgb(150,0,252); }
div.DivClassName
{
background-color: #9600FC;
}
.BgClassName
{
background-color: #9600FC;
}
</style>
border-color css
<style>
span { border-color: #9600FC; }
span { border-color: rgb(150,0,252); }
td.TdClassName
{
border-color: #9600FC;
}
.TagClassName
{
border-color: #9600FC;
}
</style>