Shades of Electric Purple #C81AF9
Tints of Electric Purple #C81AF9
RGB
CMYK
RGB Variations
Color information
#C81AF9 (or 0xC81AF9) is known color: Electric Purple. HEX triplet: C8, 1A and F9. RGB value is (200,26,249). Sum of RGB (Red+Green+Blue) = 200+26+249=475 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.11% from 475); Green value is 26 (10.55% from 255 or 5.47% from 475); Blue value is 249 (97.66% from 255 or 52.42% from 475); Max value from RGB is 249 - color contains mainly: blue. Hex color #C81AF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C81AF9 is #37E506. Grayscale: #666666. Windows color (decimal): -3663111 or 16325320. OLE color: 16325320.
HSL color Cylindrical-coordinate representation of color #C81AF9: hue angle of 286.82º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C81AF9 is Cyan = 0.20, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 26 | 249 | - |
| CMYK | 0.20 | 0.90 | 0 | 0.02 |
| HSL | 286.82º | 0.95% | 0.54% | - |
| HSV(B) | 286.82º | 0.9% | 0.98% | - |
| XYZ | 41.29 | 19.86 | 91.28 | - |
| YUV | 103.45 | 210.15 | 196.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 26 | 249 | 0.20 | 0.90 | 0 | 0.02 | 286.82 | 0.95 | 0.54 |
| Hex | C8 | 1A | F9 | 14 | 5A | 0 | 2 | 11F | 5F | 36 |
| Octal | 310 | 32 | 371 | 24 | 132 | 0 | 2 | 437 | 137 | 66 |
| Binary | 11001000 | 11010 | 11111001 | 10100 | 1011010 | 0 | 10 | 100011111 | 1011111 | 110110 |
Color Harmonies of #C81AF9
Complementary color
Monochromatic Colors of #C81AF9
Black with #C81AF9
Text Example
Text Example
White with #C81AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81AF9; }
p { color: rgb(200,26,249); }
H1.HeaderClassName
{
color: #C81AF9;
}
.AnyTagClassName
{
color: #C81AF9;
}
</style>
background-color css
<style>
a { background-color: #C81AF9; }
a { background-color: rgb(200,26,249); }
div.DivClassName
{
background-color: #C81AF9;
}
.BgClassName
{
background-color: #C81AF9;
}
</style>
border-color css
<style>
span { border-color: #C81AF9; }
span { border-color: rgb(200,26,249); }
td.TdClassName
{
border-color: #C81AF9;
}
.TagClassName
{
border-color: #C81AF9;
}
</style>