Shades of Electric Purple #9600FF
Tints of Electric Purple #9600FF
RGB
CMYK
RGB Variations
Color information
#9600FF (or 0x9600FF) is known color: Electric Purple. HEX triplet: 96, 00 and FF. RGB value is (150,0,255). Sum of RGB (Red+Green+Blue) = 150+0+255=405 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.04% from 405); Green value is 0 (0.39% from 255 or 0% from 405); Blue value is 255 (100% from 255 or 62.96% from 405); Max value from RGB is 255 - color contains mainly: blue. Hex color #9600FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9600FF is #69FF00. Grayscale: #494949. Windows color (decimal): -6946561 or 16711830. OLE color: 16711830.
HSL color Cylindrical-coordinate representation of color #9600FF: hue angle of 275.29º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9600FF is Cyan = 0.41, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 150 | 0 | 255 | - |
| CMYK | 0.41 | 1 | 0 | 0 |
| HSL | 275.29º | 1% | 0.5% | - |
| HSV(B) | 275.29º | 1% | 1% | - |
| XYZ | 30.63 | 13.7 | 95.64 | - |
| YUV | 73.92 | 230.2 | 182.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 0 | 255 | 0.41 | 1 | 0 | 0 | 275.29 | 1 | 0.5 |
| Hex | 96 | 0 | FF | 29 | 64 | 0 | 0 | 113 | 64 | 32 |
| Octal | 226 | 0 | 377 | 51 | 144 | 0 | 0 | 423 | 144 | 62 |
| Binary | 10010110 | 0 | 11111111 | 101001 | 1100100 | 0 | 0 | 100010011 | 1100100 | 110010 |
Color Harmonies of #9600FF
Complementary color
Monochromatic Colors of #9600FF
Black with #9600FF
Text Example
Text Example
White with #9600FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9600FF; }
p { color: rgb(150,0,255); }
H1.HeaderClassName
{
color: #9600FF;
}
.AnyTagClassName
{
color: #9600FF;
}
</style>
background-color css
<style>
a { background-color: #9600FF; }
a { background-color: rgb(150,0,255); }
div.DivClassName
{
background-color: #9600FF;
}
.BgClassName
{
background-color: #9600FF;
}
</style>
border-color css
<style>
span { border-color: #9600FF; }
span { border-color: rgb(150,0,255); }
td.TdClassName
{
border-color: #9600FF;
}
.TagClassName
{
border-color: #9600FF;
}
</style>