Shades of Electric Purple #9605FF
Tints of Electric Purple #9605FF
RGB
CMYK
RGB Variations
Color information
#9605FF (or 0x9605FF) is known color: Electric Purple. HEX triplet: 96, 05 and FF. RGB value is (150,5,255). Sum of RGB (Red+Green+Blue) = 150+5+255=410 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.59% from 410); Green value is 5 (2.34% from 255 or 1.22% from 410); Blue value is 255 (100% from 255 or 62.20% from 410); Max value from RGB is 255 - color contains mainly: blue. Hex color #9605FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9605FF is #69FA00. Grayscale: #4C4C4C. Windows color (decimal): -6945281 or 16713110. OLE color: 16713110.
HSL color Cylindrical-coordinate representation of color #9605FF: hue angle of 274.8º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9605FF is Cyan = 0.41, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 150 | 5 | 255 | - |
| CMYK | 0.41 | 0.98 | 0 | 0 |
| HSL | 274.8º | 1% | 0.51% | - |
| HSV(B) | 274.8º | 0.98% | 1% | - |
| XYZ | 30.68 | 13.81 | 95.66 | - |
| YUV | 76.86 | 228.54 | 180.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 5 | 255 | 0.41 | 0.98 | 0 | 0 | 274.8 | 1 | 0.51 |
| Hex | 96 | 5 | FF | 29 | 62 | 0 | 0 | 113 | 64 | 33 |
| Octal | 226 | 5 | 377 | 51 | 142 | 0 | 0 | 423 | 144 | 63 |
| Binary | 10010110 | 101 | 11111111 | 101001 | 1100010 | 0 | 0 | 100010011 | 1100100 | 110011 |
Color Harmonies of #9605FF
Complementary color
Monochromatic Colors of #9605FF
Black with #9605FF
Text Example
Text Example
White with #9605FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9605FF; }
p { color: rgb(150,5,255); }
H1.HeaderClassName
{
color: #9605FF;
}
.AnyTagClassName
{
color: #9605FF;
}
</style>
background-color css
<style>
a { background-color: #9605FF; }
a { background-color: rgb(150,5,255); }
div.DivClassName
{
background-color: #9605FF;
}
.BgClassName
{
background-color: #9605FF;
}
</style>
border-color css
<style>
span { border-color: #9605FF; }
span { border-color: rgb(150,5,255); }
td.TdClassName
{
border-color: #9605FF;
}
.TagClassName
{
border-color: #9605FF;
}
</style>