Shades of Electric Purple #9603FE
Tints of Electric Purple #9603FE
RGB
CMYK
RGB Variations
Color information
#9603FE (or 0x9603FE) is known color: Electric Purple. HEX triplet: 96, 03 and FE. RGB value is (150,3,254). Sum of RGB (Red+Green+Blue) = 150+3+254=407 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.86% from 407); Green value is 3 (1.56% from 255 or 0.74% from 407); Blue value is 254 (99.61% from 255 or 62.41% from 407); Max value from RGB is 254 - color contains mainly: blue. Hex color #9603FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9603FE is #69FC01. Grayscale: #4A4A4A. Windows color (decimal): -6945794 or 16647062. OLE color: 16647062.
HSL color Cylindrical-coordinate representation of color #9603FE: hue angle of 275.14º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9603FE is Cyan = 0.41, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 150 | 3 | 254 | - |
| CMYK | 0.41 | 0.99 | 0 | 0.00 |
| HSL | 275.14º | 0.99% | 0.5% | - |
| HSV(B) | 275.14º | 0.99% | 1% | - |
| XYZ | 30.5 | 13.7 | 94.8 | - |
| YUV | 75.57 | 228.7 | 181.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 3 | 254 | 0.41 | 0.99 | 0 | 0.00 | 275.14 | 0.99 | 0.5 |
| Hex | 96 | 3 | FE | 29 | 63 | 0 | 0 | 113 | 63 | 32 |
| Octal | 226 | 3 | 376 | 51 | 143 | 0 | 0 | 423 | 143 | 62 |
| Binary | 10010110 | 11 | 11111110 | 101001 | 1100011 | 0 | 0 | 100010011 | 1100011 | 110010 |
Color Harmonies of #9603FE
Complementary color
Monochromatic Colors of #9603FE
Black with #9603FE
Text Example
Text Example
White with #9603FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9603FE; }
p { color: rgb(150,3,254); }
H1.HeaderClassName
{
color: #9603FE;
}
.AnyTagClassName
{
color: #9603FE;
}
</style>
background-color css
<style>
a { background-color: #9603FE; }
a { background-color: rgb(150,3,254); }
div.DivClassName
{
background-color: #9603FE;
}
.BgClassName
{
background-color: #9603FE;
}
</style>
border-color css
<style>
span { border-color: #9603FE; }
span { border-color: rgb(150,3,254); }
td.TdClassName
{
border-color: #9603FE;
}
.TagClassName
{
border-color: #9603FE;
}
</style>