Shades of Electric Purple #9A05FC
Tints of Electric Purple #9A05FC
RGB
CMYK
RGB Variations
Color information
#9A05FC (or 0x9A05FC) is known color: Electric Purple. HEX triplet: 9A, 05 and FC. RGB value is (154,5,252). Sum of RGB (Red+Green+Blue) = 154+5+252=411 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.47% from 411); Green value is 5 (2.34% from 255 or 1.22% from 411); Blue value is 252 (98.83% from 255 or 61.31% from 411); Max value from RGB is 252 - color contains mainly: blue. Hex color #9A05FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9A05FC is #65FA03. Grayscale: #4C4C4C. Windows color (decimal): -6683140 or 16516506. OLE color: 16516506.
HSL color Cylindrical-coordinate representation of color #9A05FC: hue angle of 276.19º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9A05FC is Cyan = 0.39, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 154 | 5 | 252 | - |
| CMYK | 0.39 | 0.98 | 0 | 0.01 |
| HSL | 276.19º | 0.98% | 0.5% | - |
| HSV(B) | 276.19º | 0.98% | 0.99% | - |
| XYZ | 30.95 | 14.01 | 93.17 | - |
| YUV | 77.71 | 226.36 | 182.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 5 | 252 | 0.39 | 0.98 | 0 | 0.01 | 276.19 | 0.98 | 0.5 |
| Hex | 9A | 5 | FC | 27 | 62 | 0 | 1 | 114 | 62 | 32 |
| Octal | 232 | 5 | 374 | 47 | 142 | 0 | 1 | 424 | 142 | 62 |
| Binary | 10011010 | 101 | 11111100 | 100111 | 1100010 | 0 | 1 | 100010100 | 1100010 | 110010 |
Color Harmonies of #9A05FC
Complementary color
Monochromatic Colors of #9A05FC
Black with #9A05FC
Text Example
Text Example
White with #9A05FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A05FC; }
p { color: rgb(154,5,252); }
H1.HeaderClassName
{
color: #9A05FC;
}
.AnyTagClassName
{
color: #9A05FC;
}
</style>
background-color css
<style>
a { background-color: #9A05FC; }
a { background-color: rgb(154,5,252); }
div.DivClassName
{
background-color: #9A05FC;
}
.BgClassName
{
background-color: #9A05FC;
}
</style>
border-color css
<style>
span { border-color: #9A05FC; }
span { border-color: rgb(154,5,252); }
td.TdClassName
{
border-color: #9A05FC;
}
.TagClassName
{
border-color: #9A05FC;
}
</style>