Shades of Electric Purple #C90BFB
Tints of Electric Purple #C90BFB
RGB
CMYK
RGB Variations
Color information
#C90BFB (or 0xC90BFB) is known color: Electric Purple. HEX triplet: C9, 0B and FB. RGB value is (201,11,251). Sum of RGB (Red+Green+Blue) = 201+11+251=463 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.41% from 463); Green value is 11 (4.69% from 255 or 2.38% from 463); Blue value is 251 (98.44% from 255 or 54.21% from 463); Max value from RGB is 251 - color contains mainly: blue. Hex color #C90BFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C90BFB is #36F404. Grayscale: #5E5E5E. Windows color (decimal): -3601413 or 16452553. OLE color: 16452553.
HSL color Cylindrical-coordinate representation of color #C90BFB: hue angle of 287.5º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C90BFB is Cyan = 0.20, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 11 | 251 | - |
| CMYK | 0.20 | 0.96 | 0 | 0.02 |
| HSL | 287.5º | 0.97% | 0.51% | - |
| HSV(B) | 287.5º | 0.96% | 0.98% | - |
| XYZ | 41.62 | 19.62 | 92.86 | - |
| YUV | 95.17 | 215.95 | 203.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 11 | 251 | 0.20 | 0.96 | 0 | 0.02 | 287.5 | 0.97 | 0.51 |
| Hex | C9 | B | FB | 14 | 60 | 0 | 2 | 120 | 61 | 33 |
| Octal | 311 | 13 | 373 | 24 | 140 | 0 | 2 | 440 | 141 | 63 |
| Binary | 11001001 | 1011 | 11111011 | 10100 | 1100000 | 0 | 10 | 100100000 | 1100001 | 110011 |
Color Harmonies of #C90BFB
Complementary color
Monochromatic Colors of #C90BFB
Black with #C90BFB
Text Example
Text Example
White with #C90BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90BFB; }
p { color: rgb(201,11,251); }
H1.HeaderClassName
{
color: #C90BFB;
}
.AnyTagClassName
{
color: #C90BFB;
}
</style>
background-color css
<style>
a { background-color: #C90BFB; }
a { background-color: rgb(201,11,251); }
div.DivClassName
{
background-color: #C90BFB;
}
.BgClassName
{
background-color: #C90BFB;
}
</style>
border-color css
<style>
span { border-color: #C90BFB; }
span { border-color: rgb(201,11,251); }
td.TdClassName
{
border-color: #C90BFB;
}
.TagClassName
{
border-color: #C90BFB;
}
</style>