Shades of Electric Purple #CA09FF
Tints of Electric Purple #CA09FF
RGB
CMYK
RGB Variations
Color information
#CA09FF (or 0xCA09FF) is known color: Electric Purple. HEX triplet: CA, 09 and FF. RGB value is (202,9,255). Sum of RGB (Red+Green+Blue) = 202+9+255=466 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.35% from 466); Green value is 9 (3.91% from 255 or 1.93% from 466); Blue value is 255 (100% from 255 or 54.72% from 466); Max value from RGB is 255 - color contains mainly: blue. Hex color #CA09FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA09FF is #35F600. Grayscale: #5D5D5D. Windows color (decimal): -3536385 or 16714186. OLE color: 16714186.
HSL color Cylindrical-coordinate representation of color #CA09FF: hue angle of 287.07º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CA09FF is Cyan = 0.21, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 202 | 9 | 255 | - |
| CMYK | 0.21 | 0.96 | 0 | 0 |
| HSL | 287.07º | 1% | 0.52% | - |
| HSV(B) | 287.07º | 0.96% | 1% | - |
| XYZ | 42.5 | 19.97 | 96.22 | - |
| YUV | 94.75 | 218.44 | 204.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 9 | 255 | 0.21 | 0.96 | 0 | 0 | 287.07 | 1 | 0.52 |
| Hex | CA | 9 | FF | 15 | 60 | 0 | 0 | 11F | 64 | 34 |
| Octal | 312 | 11 | 377 | 25 | 140 | 0 | 0 | 437 | 144 | 64 |
| Binary | 11001010 | 1001 | 11111111 | 10101 | 1100000 | 0 | 0 | 100011111 | 1100100 | 110100 |
Color Harmonies of #CA09FF
Complementary color
Monochromatic Colors of #CA09FF
Black with #CA09FF
Text Example
Text Example
White with #CA09FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA09FF; }
p { color: rgb(202,9,255); }
H1.HeaderClassName
{
color: #CA09FF;
}
.AnyTagClassName
{
color: #CA09FF;
}
</style>
background-color css
<style>
a { background-color: #CA09FF; }
a { background-color: rgb(202,9,255); }
div.DivClassName
{
background-color: #CA09FF;
}
.BgClassName
{
background-color: #CA09FF;
}
</style>
border-color css
<style>
span { border-color: #CA09FF; }
span { border-color: rgb(202,9,255); }
td.TdClassName
{
border-color: #CA09FF;
}
.TagClassName
{
border-color: #CA09FF;
}
</style>