Shades of Electric Purple #990DFF
Tints of Electric Purple #990DFF
RGB
CMYK
RGB Variations
Color information
#990DFF (or 0x990DFF) is known color: Electric Purple. HEX triplet: 99, 0D and FF. RGB value is (153,13,255). Sum of RGB (Red+Green+Blue) = 153+13+255=421 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.34% from 421); Green value is 13 (5.47% from 255 or 3.09% 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 #990DFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #990DFF is #66F200. Grayscale: #515151. Windows color (decimal): -6746625 or 16715161. OLE color: 16715161.
HSL color Cylindrical-coordinate representation of color #990DFF: hue angle of 274.71º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #990DFF is Cyan = 0.4, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 153 | 13 | 255 | - |
| CMYK | 0.4 | 0.95 | 0 | 0 |
| HSL | 274.71º | 1% | 0.53% | - |
| HSV(B) | 274.71º | 0.95% | 1% | - |
| XYZ | 31.33 | 14.28 | 95.71 | - |
| YUV | 82.45 | 225.38 | 178.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 13 | 255 | 0.4 | 0.95 | 0 | 0 | 274.71 | 1 | 0.53 |
| Hex | 99 | D | FF | 28 | 5F | 0 | 0 | 113 | 64 | 35 |
| Octal | 231 | 15 | 377 | 50 | 137 | 0 | 0 | 423 | 144 | 65 |
| Binary | 10011001 | 1101 | 11111111 | 101000 | 1011111 | 0 | 0 | 100010011 | 1100100 | 110101 |
Color Harmonies of #990DFF
Complementary color
Monochromatic Colors of #990DFF
Black with #990DFF
Text Example
Text Example
White with #990DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990DFF; }
p { color: rgb(153,13,255); }
H1.HeaderClassName
{
color: #990DFF;
}
.AnyTagClassName
{
color: #990DFF;
}
</style>
background-color css
<style>
a { background-color: #990DFF; }
a { background-color: rgb(153,13,255); }
div.DivClassName
{
background-color: #990DFF;
}
.BgClassName
{
background-color: #990DFF;
}
</style>
border-color css
<style>
span { border-color: #990DFF; }
span { border-color: rgb(153,13,255); }
td.TdClassName
{
border-color: #990DFF;
}
.TagClassName
{
border-color: #990DFF;
}
</style>