Shades of Electric Purple #9506FF
Tints of Electric Purple #9506FF
RGB
CMYK
RGB Variations
Color information
#9506FF (or 0x9506FF) is known color: Electric Purple. HEX triplet: 95, 06 and FF. RGB value is (149,6,255). Sum of RGB (Red+Green+Blue) = 149+6+255=410 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.34% from 410); Green value is 6 (2.73% from 255 or 1.46% 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 #9506FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9506FF is #6AF900. Grayscale: #4C4C4C. Windows color (decimal): -7010561 or 16713365. OLE color: 16713365.
HSL color Cylindrical-coordinate representation of color #9506FF: hue angle of 274.46º 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 #9506FF is Cyan = 0.42, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 149 | 6 | 255 | - |
| CMYK | 0.42 | 0.98 | 0 | 0 |
| HSL | 274.46º | 1% | 0.51% | - |
| HSV(B) | 274.46º | 0.98% | 1% | - |
| XYZ | 30.51 | 13.74 | 95.65 | - |
| YUV | 77.14 | 228.38 | 179.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 6 | 255 | 0.42 | 0.98 | 0 | 0 | 274.46 | 1 | 0.51 |
| Hex | 95 | 6 | FF | 2A | 62 | 0 | 0 | 112 | 64 | 33 |
| Octal | 225 | 6 | 377 | 52 | 142 | 0 | 0 | 422 | 144 | 63 |
| Binary | 10010101 | 110 | 11111111 | 101010 | 1100010 | 0 | 0 | 100010010 | 1100100 | 110011 |
Color Harmonies of #9506FF
Complementary color
Monochromatic Colors of #9506FF
Black with #9506FF
Text Example
Text Example
White with #9506FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9506FF; }
p { color: rgb(149,6,255); }
H1.HeaderClassName
{
color: #9506FF;
}
.AnyTagClassName
{
color: #9506FF;
}
</style>
background-color css
<style>
a { background-color: #9506FF; }
a { background-color: rgb(149,6,255); }
div.DivClassName
{
background-color: #9506FF;
}
.BgClassName
{
background-color: #9506FF;
}
</style>
border-color css
<style>
span { border-color: #9506FF; }
span { border-color: rgb(149,6,255); }
td.TdClassName
{
border-color: #9506FF;
}
.TagClassName
{
border-color: #9506FF;
}
</style>