Shades of Electric Purple #C921EB
Tints of Electric Purple #C921EB
RGB
CMYK
RGB Variations
Color information
#C921EB (or 0xC921EB) is known color: Electric Purple. HEX triplet: C9, 21 and EB. RGB value is (201,33,235). Sum of RGB (Red+Green+Blue) = 201+33+235=469 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.86% from 469); Green value is 33 (13.28% from 255 or 7.04% from 469); Blue value is 235 (92.19% from 255 or 50.11% from 469); Max value from RGB is 235 - color contains mainly: blue. Hex color #C921EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C921EB is #36DE14. Grayscale: #696969. Windows color (decimal): -3595797 or 15409609. OLE color: 15409609.
HSL color Cylindrical-coordinate representation of color #C921EB: hue angle of 289.9º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C921EB is Cyan = 0.14, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 201 | 33 | 235 | - |
| CMYK | 0.14 | 0.86 | 0 | 0.08 |
| HSL | 289.9º | 0.83% | 0.53% | - |
| HSV(B) | 289.9º | 0.86% | 0.92% | - |
| XYZ | 39.63 | 19.5 | 80.27 | - |
| YUV | 106.26 | 200.66 | 195.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 33 | 235 | 0.14 | 0.86 | 0 | 0.08 | 289.9 | 0.83 | 0.53 |
| Hex | C9 | 21 | EB | E | 56 | 0 | 8 | 122 | 53 | 35 |
| Octal | 311 | 41 | 353 | 16 | 126 | 0 | 10 | 442 | 123 | 65 |
| Binary | 11001001 | 100001 | 11101011 | 1110 | 1010110 | 0 | 1000 | 100100010 | 1010011 | 110101 |
Color Harmonies of #C921EB
Complementary color
Monochromatic Colors of #C921EB
Black with #C921EB
Text Example
Text Example
White with #C921EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C921EB; }
p { color: rgb(201,33,235); }
H1.HeaderClassName
{
color: #C921EB;
}
.AnyTagClassName
{
color: #C921EB;
}
</style>
background-color css
<style>
a { background-color: #C921EB; }
a { background-color: rgb(201,33,235); }
div.DivClassName
{
background-color: #C921EB;
}
.BgClassName
{
background-color: #C921EB;
}
</style>
border-color css
<style>
span { border-color: #C921EB; }
span { border-color: rgb(201,33,235); }
td.TdClassName
{
border-color: #C921EB;
}
.TagClassName
{
border-color: #C921EB;
}
</style>