Shades of Electric Purple #9608FF
Tints of Electric Purple #9608FF
RGB
CMYK
RGB Variations
Color information
#9608FF (or 0x9608FF) is known color: Electric Purple. HEX triplet: 96, 08 and FF. RGB value is (150,8,255). Sum of RGB (Red+Green+Blue) = 150+8+255=413 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.32% from 413); Green value is 8 (3.52% from 255 or 1.94% from 413); Blue value is 255 (100% from 255 or 61.74% from 413); Max value from RGB is 255 - color contains mainly: blue. Hex color #9608FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9608FF is #69F700. Grayscale: #4D4D4D. Windows color (decimal): -6944513 or 16713878. OLE color: 16713878.
HSL color Cylindrical-coordinate representation of color #9608FF: hue angle of 274.49º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9608FF is Cyan = 0.41, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 150 | 8 | 255 | - |
| CMYK | 0.41 | 0.97 | 0 | 0 |
| HSL | 274.49º | 1% | 0.52% | - |
| HSV(B) | 274.49º | 0.97% | 1% | - |
| XYZ | 30.71 | 13.88 | 95.67 | - |
| YUV | 78.62 | 227.54 | 178.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 8 | 255 | 0.41 | 0.97 | 0 | 0 | 274.49 | 1 | 0.52 |
| Hex | 96 | 8 | FF | 29 | 61 | 0 | 0 | 112 | 64 | 34 |
| Octal | 226 | 10 | 377 | 51 | 141 | 0 | 0 | 422 | 144 | 64 |
| Binary | 10010110 | 1000 | 11111111 | 101001 | 1100001 | 0 | 0 | 100010010 | 1100100 | 110100 |
Color Harmonies of #9608FF
Complementary color
Monochromatic Colors of #9608FF
Black with #9608FF
Text Example
Text Example
White with #9608FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9608FF; }
p { color: rgb(150,8,255); }
H1.HeaderClassName
{
color: #9608FF;
}
.AnyTagClassName
{
color: #9608FF;
}
</style>
background-color css
<style>
a { background-color: #9608FF; }
a { background-color: rgb(150,8,255); }
div.DivClassName
{
background-color: #9608FF;
}
.BgClassName
{
background-color: #9608FF;
}
</style>
border-color css
<style>
span { border-color: #9608FF; }
span { border-color: rgb(150,8,255); }
td.TdClassName
{
border-color: #9608FF;
}
.TagClassName
{
border-color: #9608FF;
}
</style>