Shades of Electric Purple #C931F9
Tints of Electric Purple #C931F9
RGB
CMYK
RGB Variations
Color information
#C931F9 (or 0xC931F9) is known color: Electric Purple. HEX triplet: C9, 31 and F9. RGB value is (201,49,249). Sum of RGB (Red+Green+Blue) = 201+49+249=499 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.28% from 499); Green value is 49 (19.53% from 255 or 9.82% from 499); Blue value is 249 (97.66% from 255 or 49.90% from 499); Max value from RGB is 249 - color contains mainly: blue. Hex color #C931F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C931F9 is #36CE06. Grayscale: #747474. Windows color (decimal): -3591687 or 16331209. OLE color: 16331209.
HSL color Cylindrical-coordinate representation of color #C931F9: hue angle of 285.6º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C931F9 is Cyan = 0.19, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 49 | 249 | - |
| CMYK | 0.19 | 0.80 | 0 | 0.02 |
| HSL | 285.6º | 0.94% | 0.58% | - |
| HSV(B) | 285.6º | 0.8% | 0.98% | - |
| XYZ | 42.28 | 21.45 | 91.53 | - |
| YUV | 117.25 | 202.36 | 187.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 49 | 249 | 0.19 | 0.80 | 0 | 0.02 | 285.6 | 0.94 | 0.58 |
| Hex | C9 | 31 | F9 | 13 | 50 | 0 | 2 | 11E | 5E | 3A |
| Octal | 311 | 61 | 371 | 23 | 120 | 0 | 2 | 436 | 136 | 72 |
| Binary | 11001001 | 110001 | 11111001 | 10011 | 1010000 | 0 | 10 | 100011110 | 1011110 | 111010 |
Color Harmonies of #C931F9
Complementary color
Monochromatic Colors of #C931F9
Black with #C931F9
Text Example
Text Example
White with #C931F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C931F9; }
p { color: rgb(201,49,249); }
H1.HeaderClassName
{
color: #C931F9;
}
.AnyTagClassName
{
color: #C931F9;
}
</style>
background-color css
<style>
a { background-color: #C931F9; }
a { background-color: rgb(201,49,249); }
div.DivClassName
{
background-color: #C931F9;
}
.BgClassName
{
background-color: #C931F9;
}
</style>
border-color css
<style>
span { border-color: #C931F9; }
span { border-color: rgb(201,49,249); }
td.TdClassName
{
border-color: #C931F9;
}
.TagClassName
{
border-color: #C931F9;
}
</style>