Shades of Electric Purple #9A0CFF
Tints of Electric Purple #9A0CFF
RGB
CMYK
RGB Variations
Color information
#9A0CFF (or 0x9A0CFF) is known color: Electric Purple. HEX triplet: 9A, 0C and FF. RGB value is (154,12,255). Sum of RGB (Red+Green+Blue) = 154+12+255=421 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.58% from 421); Green value is 12 (5.08% from 255 or 2.85% from 421); Blue value is 255 (100% from 255 or 60.57% from 421); Max value from RGB is 255 - color contains mainly: blue. Hex color #9A0CFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9A0CFF is #65F300. Grayscale: #515151. Windows color (decimal): -6681345 or 16714906. OLE color: 16714906.
HSL color Cylindrical-coordinate representation of color #9A0CFF: hue angle of 275.06º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9A0CFF is Cyan = 0.40, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 154 | 12 | 255 | - |
| CMYK | 0.40 | 0.95 | 0 | 0 |
| HSL | 275.06º | 1% | 0.52% | - |
| HSV(B) | 275.06º | 0.95% | 1% | - |
| XYZ | 31.51 | 14.35 | 95.72 | - |
| YUV | 82.16 | 225.54 | 179.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 12 | 255 | 0.40 | 0.95 | 0 | 0 | 275.06 | 1 | 0.52 |
| Hex | 9A | C | FF | 28 | 5F | 0 | 0 | 113 | 64 | 34 |
| Octal | 232 | 14 | 377 | 50 | 137 | 0 | 0 | 423 | 144 | 64 |
| Binary | 10011010 | 1100 | 11111111 | 101000 | 1011111 | 0 | 0 | 100010011 | 1100100 | 110100 |
Color Harmonies of #9A0CFF
Complementary color
Monochromatic Colors of #9A0CFF
Black with #9A0CFF
Text Example
Text Example
White with #9A0CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0CFF; }
p { color: rgb(154,12,255); }
H1.HeaderClassName
{
color: #9A0CFF;
}
.AnyTagClassName
{
color: #9A0CFF;
}
</style>
background-color css
<style>
a { background-color: #9A0CFF; }
a { background-color: rgb(154,12,255); }
div.DivClassName
{
background-color: #9A0CFF;
}
.BgClassName
{
background-color: #9A0CFF;
}
</style>
border-color css
<style>
span { border-color: #9A0CFF; }
span { border-color: rgb(154,12,255); }
td.TdClassName
{
border-color: #9A0CFF;
}
.TagClassName
{
border-color: #9A0CFF;
}
</style>