Shades of Electric Purple #C92AF9
Tints of Electric Purple #C92AF9
RGB
CMYK
RGB Variations
Color information
#C92AF9 (or 0xC92AF9) is known color: Electric Purple. HEX triplet: C9, 2A and F9. RGB value is (201,42,249). Sum of RGB (Red+Green+Blue) = 201+42+249=492 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.85% from 492); Green value is 42 (16.80% from 255 or 8.54% from 492); Blue value is 249 (97.66% from 255 or 50.61% from 492); Max value from RGB is 249 - color contains mainly: blue. Hex color #C92AF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C92AF9 is #36D506. Grayscale: #707070. Windows color (decimal): -3593479 or 16329417. OLE color: 16329417.
HSL color Cylindrical-coordinate representation of color #C92AF9: hue angle of 286.09º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C92AF9 is Cyan = 0.19, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 42 | 249 | - |
| CMYK | 0.19 | 0.83 | 0 | 0.02 |
| HSL | 286.09º | 0.95% | 0.57% | - |
| HSV(B) | 286.09º | 0.83% | 0.98% | - |
| XYZ | 42.01 | 20.91 | 91.44 | - |
| YUV | 113.14 | 204.68 | 190.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 42 | 249 | 0.19 | 0.83 | 0 | 0.02 | 286.09 | 0.95 | 0.57 |
| Hex | C9 | 2A | F9 | 13 | 53 | 0 | 2 | 11E | 5F | 39 |
| Octal | 311 | 52 | 371 | 23 | 123 | 0 | 2 | 436 | 137 | 71 |
| Binary | 11001001 | 101010 | 11111001 | 10011 | 1010011 | 0 | 10 | 100011110 | 1011111 | 111001 |
Color Harmonies of #C92AF9
Complementary color
Monochromatic Colors of #C92AF9
Black with #C92AF9
Text Example
Text Example
White with #C92AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92AF9; }
p { color: rgb(201,42,249); }
H1.HeaderClassName
{
color: #C92AF9;
}
.AnyTagClassName
{
color: #C92AF9;
}
</style>
background-color css
<style>
a { background-color: #C92AF9; }
a { background-color: rgb(201,42,249); }
div.DivClassName
{
background-color: #C92AF9;
}
.BgClassName
{
background-color: #C92AF9;
}
</style>
border-color css
<style>
span { border-color: #C92AF9; }
span { border-color: rgb(201,42,249); }
td.TdClassName
{
border-color: #C92AF9;
}
.TagClassName
{
border-color: #C92AF9;
}
</style>