Shades of Electric Purple #9502FF
Tints of Electric Purple #9502FF
RGB
CMYK
RGB Variations
Color information
#9502FF (or 0x9502FF) is known color: Electric Purple. HEX triplet: 95, 02 and FF. RGB value is (149,2,255). Sum of RGB (Red+Green+Blue) = 149+2+255=406 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.70% from 406); Green value is 2 (1.17% from 255 or 0.49% from 406); Blue value is 255 (100% from 255 or 62.81% from 406); Max value from RGB is 255 - color contains mainly: blue. Hex color #9502FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9502FF is #6AFD00. Grayscale: #494949. Windows color (decimal): -7011585 or 16712341. OLE color: 16712341.
HSL color Cylindrical-coordinate representation of color #9502FF: hue angle of 274.86º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9502FF is Cyan = 0.42, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 149 | 2 | 255 | - |
| CMYK | 0.42 | 0.99 | 0 | 0 |
| HSL | 274.86º | 1% | 0.5% | - |
| HSV(B) | 274.86º | 0.99% | 1% | - |
| XYZ | 30.47 | 13.65 | 95.64 | - |
| YUV | 74.8 | 229.7 | 180.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 2 | 255 | 0.42 | 0.99 | 0 | 0 | 274.86 | 1 | 0.5 |
| Hex | 95 | 2 | FF | 2A | 63 | 0 | 0 | 113 | 64 | 32 |
| Octal | 225 | 2 | 377 | 52 | 143 | 0 | 0 | 423 | 144 | 62 |
| Binary | 10010101 | 10 | 11111111 | 101010 | 1100011 | 0 | 0 | 100010011 | 1100100 | 110010 |
Color Harmonies of #9502FF
Complementary color
Monochromatic Colors of #9502FF
Black with #9502FF
Text Example
Text Example
White with #9502FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9502FF; }
p { color: rgb(149,2,255); }
H1.HeaderClassName
{
color: #9502FF;
}
.AnyTagClassName
{
color: #9502FF;
}
</style>
background-color css
<style>
a { background-color: #9502FF; }
a { background-color: rgb(149,2,255); }
div.DivClassName
{
background-color: #9502FF;
}
.BgClassName
{
background-color: #9502FF;
}
</style>
border-color css
<style>
span { border-color: #9502FF; }
span { border-color: rgb(149,2,255); }
td.TdClassName
{
border-color: #9502FF;
}
.TagClassName
{
border-color: #9502FF;
}
</style>