Shades of Electric Purple #990CFF
Tints of Electric Purple #990CFF
RGB
CMYK
RGB Variations
Color information
#990CFF (or 0x990CFF) is known color: Electric Purple. HEX triplet: 99, 0C and FF. RGB value is (153,12,255). Sum of RGB (Red+Green+Blue) = 153+12+255=420 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.43% from 420); Green value is 12 (5.08% from 255 or 2.86% from 420); Blue value is 255 (100% from 255 or 60.71% from 420); Max value from RGB is 255 - color contains mainly: blue. Hex color #990CFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #990CFF is #66F300. Grayscale: #515151. Windows color (decimal): -6746881 or 16714905. OLE color: 16714905.
HSL color Cylindrical-coordinate representation of color #990CFF: hue angle of 274.81º 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 #990CFF is Cyan = 0.4, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 153 | 12 | 255 | - |
| CMYK | 0.4 | 0.95 | 0 | 0 |
| HSL | 274.81º | 1% | 0.52% | - |
| HSV(B) | 274.81º | 0.95% | 1% | - |
| XYZ | 31.32 | 14.26 | 95.71 | - |
| YUV | 81.86 | 225.71 | 178.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 12 | 255 | 0.4 | 0.95 | 0 | 0 | 274.81 | 1 | 0.52 |
| Hex | 99 | C | FF | 28 | 5F | 0 | 0 | 113 | 64 | 34 |
| Octal | 231 | 14 | 377 | 50 | 137 | 0 | 0 | 423 | 144 | 64 |
| Binary | 10011001 | 1100 | 11111111 | 101000 | 1011111 | 0 | 0 | 100010011 | 1100100 | 110100 |
Color Harmonies of #990CFF
Complementary color
Monochromatic Colors of #990CFF
Black with #990CFF
Text Example
Text Example
White with #990CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990CFF; }
p { color: rgb(153,12,255); }
H1.HeaderClassName
{
color: #990CFF;
}
.AnyTagClassName
{
color: #990CFF;
}
</style>
background-color css
<style>
a { background-color: #990CFF; }
a { background-color: rgb(153,12,255); }
div.DivClassName
{
background-color: #990CFF;
}
.BgClassName
{
background-color: #990CFF;
}
</style>
border-color css
<style>
span { border-color: #990CFF; }
span { border-color: rgb(153,12,255); }
td.TdClassName
{
border-color: #990CFF;
}
.TagClassName
{
border-color: #990CFF;
}
</style>