Shades of Dark Violet #9600F8
Tints of Dark Violet #9600F8
RGB
CMYK
RGB Variations
Color information
#9600F8 (or 0x9600F8) is known color: Dark Violet. HEX triplet: 96, 00 and F8. RGB value is (150,0,248). Sum of RGB (Red+Green+Blue) = 150+0+248=398 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.69% from 398); Green value is 0 (0.39% from 255 or 0% from 398); Blue value is 248 (97.27% from 255 or 62.31% from 398); Max value from RGB is 248 - color contains mainly: blue. Hex color #9600F8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9600F8 is #69FF07. Grayscale: #484848. Windows color (decimal): -6946568 or 16253078. OLE color: 16253078.
HSL color Cylindrical-coordinate representation of color #9600F8: hue angle of 276.29º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9600F8 is Cyan = 0.40, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 150 | 0 | 248 | - |
| CMYK | 0.40 | 1 | 0 | 0.03 |
| HSL | 276.29º | 1% | 0.49% | - |
| HSV(B) | 276.29º | 1% | 0.97% | - |
| XYZ | 29.52 | 13.26 | 89.81 | - |
| YUV | 73.12 | 226.7 | 182.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 0 | 248 | 0.40 | 1 | 0 | 0.03 | 276.29 | 1 | 0.49 |
| Hex | 96 | 0 | F8 | 28 | 64 | 0 | 3 | 114 | 64 | 31 |
| Octal | 226 | 0 | 370 | 50 | 144 | 0 | 3 | 424 | 144 | 61 |
| Binary | 10010110 | 0 | 11111000 | 101000 | 1100100 | 0 | 11 | 100010100 | 1100100 | 110001 |
Color Harmonies of #9600F8
Complementary color
Monochromatic Colors of #9600F8
Black with #9600F8
Text Example
Text Example
White with #9600F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9600F8; }
p { color: rgb(150,0,248); }
H1.HeaderClassName
{
color: #9600F8;
}
.AnyTagClassName
{
color: #9600F8;
}
</style>
background-color css
<style>
a { background-color: #9600F8; }
a { background-color: rgb(150,0,248); }
div.DivClassName
{
background-color: #9600F8;
}
.BgClassName
{
background-color: #9600F8;
}
</style>
border-color css
<style>
span { border-color: #9600F8; }
span { border-color: rgb(150,0,248); }
td.TdClassName
{
border-color: #9600F8;
}
.TagClassName
{
border-color: #9600F8;
}
</style>