Shades of Electric Purple #9509FF
Tints of Electric Purple #9509FF
RGB
CMYK
RGB Variations
Color information
#9509FF (or 0x9509FF) is known color: Electric Purple. HEX triplet: 95, 09 and FF. RGB value is (149,9,255). Sum of RGB (Red+Green+Blue) = 149+9+255=413 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.08% from 413); Green value is 9 (3.91% from 255 or 2.18% 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 #9509FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9509FF is #6AF600. Grayscale: #4E4E4E. Windows color (decimal): -7009793 or 16714133. OLE color: 16714133.
HSL color Cylindrical-coordinate representation of color #9509FF: hue angle of 274.15º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9509FF is Cyan = 0.42, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 149 | 9 | 255 | - |
| CMYK | 0.42 | 0.96 | 0 | 0 |
| HSL | 274.15º | 1% | 0.52% | - |
| HSV(B) | 274.15º | 0.96% | 1% | - |
| XYZ | 30.54 | 13.8 | 95.66 | - |
| YUV | 78.9 | 227.38 | 178 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 9 | 255 | 0.42 | 0.96 | 0 | 0 | 274.15 | 1 | 0.52 |
| Hex | 95 | 9 | FF | 2A | 60 | 0 | 0 | 112 | 64 | 34 |
| Octal | 225 | 11 | 377 | 52 | 140 | 0 | 0 | 422 | 144 | 64 |
| Binary | 10010101 | 1001 | 11111111 | 101010 | 1100000 | 0 | 0 | 100010010 | 1100100 | 110100 |
Color Harmonies of #9509FF
Complementary color
Monochromatic Colors of #9509FF
Black with #9509FF
Text Example
Text Example
White with #9509FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9509FF; }
p { color: rgb(149,9,255); }
H1.HeaderClassName
{
color: #9509FF;
}
.AnyTagClassName
{
color: #9509FF;
}
</style>
background-color css
<style>
a { background-color: #9509FF; }
a { background-color: rgb(149,9,255); }
div.DivClassName
{
background-color: #9509FF;
}
.BgClassName
{
background-color: #9509FF;
}
</style>
border-color css
<style>
span { border-color: #9509FF; }
span { border-color: rgb(149,9,255); }
td.TdClassName
{
border-color: #9509FF;
}
.TagClassName
{
border-color: #9509FF;
}
</style>