Shades of Electric Purple #9A0DFB
Tints of Electric Purple #9A0DFB
RGB
CMYK
RGB Variations
Color information
#9A0DFB (or 0x9A0DFB) is known color: Electric Purple. HEX triplet: 9A, 0D and FB. RGB value is (154,13,251). Sum of RGB (Red+Green+Blue) = 154+13+251=418 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.84% from 418); Green value is 13 (5.47% from 255 or 3.11% from 418); Blue value is 251 (98.44% from 255 or 60.05% from 418); Max value from RGB is 251 - color contains mainly: blue. Hex color #9A0DFB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9A0DFB is #65F204. Grayscale: #515151. Windows color (decimal): -6681093 or 16453018. OLE color: 16453018.
HSL color Cylindrical-coordinate representation of color #9A0DFB: hue angle of 275.55º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9A0DFB is Cyan = 0.39, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 154 | 13 | 251 | - |
| CMYK | 0.39 | 0.95 | 0 | 0.02 |
| HSL | 275.55º | 0.97% | 0.52% | - |
| HSV(B) | 275.55º | 0.95% | 0.98% | - |
| XYZ | 30.88 | 14.12 | 92.37 | - |
| YUV | 82.29 | 223.21 | 179.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 13 | 251 | 0.39 | 0.95 | 0 | 0.02 | 275.55 | 0.97 | 0.52 |
| Hex | 9A | D | FB | 27 | 5F | 0 | 2 | 114 | 61 | 34 |
| Octal | 232 | 15 | 373 | 47 | 137 | 0 | 2 | 424 | 141 | 64 |
| Binary | 10011010 | 1101 | 11111011 | 100111 | 1011111 | 0 | 10 | 100010100 | 1100001 | 110100 |
Color Harmonies of #9A0DFB
Complementary color
Monochromatic Colors of #9A0DFB
Black with #9A0DFB
Text Example
Text Example
White with #9A0DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0DFB; }
p { color: rgb(154,13,251); }
H1.HeaderClassName
{
color: #9A0DFB;
}
.AnyTagClassName
{
color: #9A0DFB;
}
</style>
background-color css
<style>
a { background-color: #9A0DFB; }
a { background-color: rgb(154,13,251); }
div.DivClassName
{
background-color: #9A0DFB;
}
.BgClassName
{
background-color: #9A0DFB;
}
</style>
border-color css
<style>
span { border-color: #9A0DFB; }
span { border-color: rgb(154,13,251); }
td.TdClassName
{
border-color: #9A0DFB;
}
.TagClassName
{
border-color: #9A0DFB;
}
</style>