Shades of Electric Purple #9A0BFC
Tints of Electric Purple #9A0BFC
RGB
CMYK
RGB Variations
Color information
#9A0BFC (or 0x9A0BFC) is known color: Electric Purple. HEX triplet: 9A, 0B and FC. RGB value is (154,11,252). Sum of RGB (Red+Green+Blue) = 154+11+252=417 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.93% from 417); Green value is 11 (4.69% from 255 or 2.64% from 417); Blue value is 252 (98.83% from 255 or 60.43% from 417); Max value from RGB is 252 - color contains mainly: blue. Hex color #9A0BFC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9A0BFC is #65F403. Grayscale: #505050. Windows color (decimal): -6681604 or 16518042. OLE color: 16518042.
HSL color Cylindrical-coordinate representation of color #9A0BFC: hue angle of 275.6º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9A0BFC is Cyan = 0.39, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 154 | 11 | 252 | - |
| CMYK | 0.39 | 0.96 | 0 | 0.01 |
| HSL | 275.6º | 0.98% | 0.52% | - |
| HSV(B) | 275.6º | 0.96% | 0.99% | - |
| XYZ | 31.02 | 14.14 | 93.19 | - |
| YUV | 81.23 | 224.38 | 179.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 11 | 252 | 0.39 | 0.96 | 0 | 0.01 | 275.6 | 0.98 | 0.52 |
| Hex | 9A | B | FC | 27 | 60 | 0 | 1 | 114 | 62 | 34 |
| Octal | 232 | 13 | 374 | 47 | 140 | 0 | 1 | 424 | 142 | 64 |
| Binary | 10011010 | 1011 | 11111100 | 100111 | 1100000 | 0 | 1 | 100010100 | 1100010 | 110100 |
Color Harmonies of #9A0BFC
Complementary color
Monochromatic Colors of #9A0BFC
Black with #9A0BFC
Text Example
Text Example
White with #9A0BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0BFC; }
p { color: rgb(154,11,252); }
H1.HeaderClassName
{
color: #9A0BFC;
}
.AnyTagClassName
{
color: #9A0BFC;
}
</style>
background-color css
<style>
a { background-color: #9A0BFC; }
a { background-color: rgb(154,11,252); }
div.DivClassName
{
background-color: #9A0BFC;
}
.BgClassName
{
background-color: #9A0BFC;
}
</style>
border-color css
<style>
span { border-color: #9A0BFC; }
span { border-color: rgb(154,11,252); }
td.TdClassName
{
border-color: #9A0BFC;
}
.TagClassName
{
border-color: #9A0BFC;
}
</style>