Shades of Electric Purple #9A07FF
Tints of Electric Purple #9A07FF
RGB
CMYK
RGB Variations
Color information
#9A07FF (or 0x9A07FF) is known color: Electric Purple. HEX triplet: 9A, 07 and FF. RGB value is (154,7,255). Sum of RGB (Red+Green+Blue) = 154+7+255=416 (55% of max value = 765). Red value is 154 (60.55% from 255 or 37.02% from 416); Green value is 7 (3.12% from 255 or 1.68% from 416); Blue value is 255 (100% from 255 or 61.30% from 416); Max value from RGB is 255 - color contains mainly: blue. Hex color #9A07FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9A07FF is #65F800. Grayscale: #4E4E4E. Windows color (decimal): -6682625 or 16713626. OLE color: 16713626.
HSL color Cylindrical-coordinate representation of color #9A07FF: hue angle of 275.56º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9A07FF is Cyan = 0.40, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 154 | 7 | 255 | - |
| CMYK | 0.40 | 0.97 | 0 | 0 |
| HSL | 275.56º | 1% | 0.51% | - |
| HSV(B) | 275.56º | 0.97% | 1% | - |
| XYZ | 31.45 | 14.24 | 95.7 | - |
| YUV | 79.23 | 227.2 | 181.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 7 | 255 | 0.40 | 0.97 | 0 | 0 | 275.56 | 1 | 0.51 |
| Hex | 9A | 7 | FF | 28 | 61 | 0 | 0 | 114 | 64 | 33 |
| Octal | 232 | 7 | 377 | 50 | 141 | 0 | 0 | 424 | 144 | 63 |
| Binary | 10011010 | 111 | 11111111 | 101000 | 1100001 | 0 | 0 | 100010100 | 1100100 | 110011 |
Color Harmonies of #9A07FF
Complementary color
Monochromatic Colors of #9A07FF
Black with #9A07FF
Text Example
Text Example
White with #9A07FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A07FF; }
p { color: rgb(154,7,255); }
H1.HeaderClassName
{
color: #9A07FF;
}
.AnyTagClassName
{
color: #9A07FF;
}
</style>
background-color css
<style>
a { background-color: #9A07FF; }
a { background-color: rgb(154,7,255); }
div.DivClassName
{
background-color: #9A07FF;
}
.BgClassName
{
background-color: #9A07FF;
}
</style>
border-color css
<style>
span { border-color: #9A07FF; }
span { border-color: rgb(154,7,255); }
td.TdClassName
{
border-color: #9A07FF;
}
.TagClassName
{
border-color: #9A07FF;
}
</style>