Shades of Electric Purple #9A06FC
Tints of Electric Purple #9A06FC
RGB
CMYK
RGB Variations
Color information
#9A06FC (or 0x9A06FC) is known color: Electric Purple. HEX triplet: 9A, 06 and FC. RGB value is (154,6,252). Sum of RGB (Red+Green+Blue) = 154+6+252=412 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.38% from 412); Green value is 6 (2.73% from 255 or 1.46% from 412); Blue value is 252 (98.83% from 255 or 61.17% from 412); Max value from RGB is 252 - color contains mainly: blue. Hex color #9A06FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9A06FC is #65F903. Grayscale: #4D4D4D. Windows color (decimal): -6682884 or 16516762. OLE color: 16516762.
HSL color Cylindrical-coordinate representation of color #9A06FC: hue angle of 276.1º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9A06FC is Cyan = 0.39, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 154 | 6 | 252 | - |
| CMYK | 0.39 | 0.98 | 0 | 0.01 |
| HSL | 276.1º | 0.98% | 0.51% | - |
| HSV(B) | 276.1º | 0.98% | 0.99% | - |
| XYZ | 30.96 | 14.03 | 93.17 | - |
| YUV | 78.3 | 226.03 | 182 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 6 | 252 | 0.39 | 0.98 | 0 | 0.01 | 276.1 | 0.98 | 0.51 |
| Hex | 9A | 6 | FC | 27 | 62 | 0 | 1 | 114 | 62 | 33 |
| Octal | 232 | 6 | 374 | 47 | 142 | 0 | 1 | 424 | 142 | 63 |
| Binary | 10011010 | 110 | 11111100 | 100111 | 1100010 | 0 | 1 | 100010100 | 1100010 | 110011 |
Color Harmonies of #9A06FC
Complementary color
Monochromatic Colors of #9A06FC
Black with #9A06FC
Text Example
Text Example
White with #9A06FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A06FC; }
p { color: rgb(154,6,252); }
H1.HeaderClassName
{
color: #9A06FC;
}
.AnyTagClassName
{
color: #9A06FC;
}
</style>
background-color css
<style>
a { background-color: #9A06FC; }
a { background-color: rgb(154,6,252); }
div.DivClassName
{
background-color: #9A06FC;
}
.BgClassName
{
background-color: #9A06FC;
}
</style>
border-color css
<style>
span { border-color: #9A06FC; }
span { border-color: rgb(154,6,252); }
td.TdClassName
{
border-color: #9A06FC;
}
.TagClassName
{
border-color: #9A06FC;
}
</style>