Shades of Electric Purple #C927FF
Tints of Electric Purple #C927FF
RGB
CMYK
RGB Variations
Color information
#C927FF (or 0xC927FF) is known color: Electric Purple. HEX triplet: C9, 27 and FF. RGB value is (201,39,255). Sum of RGB (Red+Green+Blue) = 201+39+255=495 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.61% from 495); Green value is 39 (15.62% from 255 or 7.88% from 495); Blue value is 255 (100% from 255 or 51.52% from 495); Max value from RGB is 255 - color contains mainly: blue. Hex color #C927FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C927FF is #36D800. Grayscale: #6F6F6F. Windows color (decimal): -3594241 or 16721865. OLE color: 16721865.
HSL color Cylindrical-coordinate representation of color #C927FF: hue angle of 285º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C927FF is Cyan = 0.21, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 201 | 39 | 255 | - |
| CMYK | 0.21 | 0.85 | 0 | 0 |
| HSL | 285º | 1% | 0.58% | - |
| HSV(B) | 285º | 0.85% | 1% | - |
| XYZ | 42.86 | 21.09 | 96.42 | - |
| YUV | 112.06 | 208.67 | 191.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 39 | 255 | 0.21 | 0.85 | 0 | 0 | 285 | 1 | 0.58 |
| Hex | C9 | 27 | FF | 15 | 55 | 0 | 0 | 11D | 64 | 3A |
| Octal | 311 | 47 | 377 | 25 | 125 | 0 | 0 | 435 | 144 | 72 |
| Binary | 11001001 | 100111 | 11111111 | 10101 | 1010101 | 0 | 0 | 100011101 | 1100100 | 111010 |
Color Harmonies of #C927FF
Complementary color
Monochromatic Colors of #C927FF
Black with #C927FF
Text Example
Text Example
White with #C927FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C927FF; }
p { color: rgb(201,39,255); }
H1.HeaderClassName
{
color: #C927FF;
}
.AnyTagClassName
{
color: #C927FF;
}
</style>
background-color css
<style>
a { background-color: #C927FF; }
a { background-color: rgb(201,39,255); }
div.DivClassName
{
background-color: #C927FF;
}
.BgClassName
{
background-color: #C927FF;
}
</style>
border-color css
<style>
span { border-color: #C927FF; }
span { border-color: rgb(201,39,255); }
td.TdClassName
{
border-color: #C927FF;
}
.TagClassName
{
border-color: #C927FF;
}
</style>