Shades of Electric Purple #9A0DFD
Tints of Electric Purple #9A0DFD
RGB
CMYK
RGB Variations
Color information
#9A0DFD (or 0x9A0DFD) is known color: Electric Purple. HEX triplet: 9A, 0D and FD. RGB value is (154,13,253). Sum of RGB (Red+Green+Blue) = 154+13+253=420 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.67% from 420); Green value is 13 (5.47% from 255 or 3.10% from 420); Blue value is 253 (99.22% from 255 or 60.24% from 420); Max value from RGB is 253 - color contains mainly: blue. Hex color #9A0DFD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9A0DFD is #65F202. Grayscale: #515151. Windows color (decimal): -6681091 or 16584090. OLE color: 16584090.
HSL color Cylindrical-coordinate representation of color #9A0DFD: hue angle of 275.25º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9A0DFD is Cyan = 0.39, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 154 | 13 | 253 | - |
| CMYK | 0.39 | 0.95 | 0 | 0.01 |
| HSL | 275.25º | 0.98% | 0.52% | - |
| HSV(B) | 275.25º | 0.95% | 0.99% | - |
| XYZ | 31.2 | 14.25 | 94.03 | - |
| YUV | 82.52 | 224.21 | 178.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 13 | 253 | 0.39 | 0.95 | 0 | 0.01 | 275.25 | 0.98 | 0.52 |
| Hex | 9A | D | FD | 27 | 5F | 0 | 1 | 113 | 62 | 34 |
| Octal | 232 | 15 | 375 | 47 | 137 | 0 | 1 | 423 | 142 | 64 |
| Binary | 10011010 | 1101 | 11111101 | 100111 | 1011111 | 0 | 1 | 100010011 | 1100010 | 110100 |
Color Harmonies of #9A0DFD
Complementary color
Monochromatic Colors of #9A0DFD
Black with #9A0DFD
Text Example
Text Example
White with #9A0DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0DFD; }
p { color: rgb(154,13,253); }
H1.HeaderClassName
{
color: #9A0DFD;
}
.AnyTagClassName
{
color: #9A0DFD;
}
</style>
background-color css
<style>
a { background-color: #9A0DFD; }
a { background-color: rgb(154,13,253); }
div.DivClassName
{
background-color: #9A0DFD;
}
.BgClassName
{
background-color: #9A0DFD;
}
</style>
border-color css
<style>
span { border-color: #9A0DFD; }
span { border-color: rgb(154,13,253); }
td.TdClassName
{
border-color: #9A0DFD;
}
.TagClassName
{
border-color: #9A0DFD;
}
</style>