Shades of Electric Purple #CB09F5
Tints of Electric Purple #CB09F5
RGB
CMYK
RGB Variations
Color information
#CB09F5 (or 0xCB09F5) is known color: Electric Purple. HEX triplet: CB, 09 and F5. RGB value is (203,9,245). Sum of RGB (Red+Green+Blue) = 203+9+245=457 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.42% from 457); Green value is 9 (3.91% from 255 or 1.97% from 457); Blue value is 245 (96.09% from 255 or 53.61% from 457); Max value from RGB is 245 - color contains mainly: blue. Hex color #CB09F5 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB09F5 is #34F60A. Grayscale: #5D5D5D. Windows color (decimal): -3470859 or 16058827. OLE color: 16058827.
HSL color Cylindrical-coordinate representation of color #CB09F5: hue angle of 289.32º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CB09F5 is Cyan = 0.17, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 9 | 245 | - |
| CMYK | 0.17 | 0.96 | 0 | 0.04 |
| HSL | 289.32º | 0.93% | 0.5% | - |
| HSV(B) | 289.32º | 0.96% | 0.96% | - |
| XYZ | 41.21 | 19.48 | 87.98 | - |
| YUV | 93.91 | 213.27 | 205.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 9 | 245 | 0.17 | 0.96 | 0 | 0.04 | 289.32 | 0.93 | 0.5 |
| Hex | CB | 9 | F5 | 11 | 60 | 0 | 4 | 121 | 5D | 32 |
| Octal | 313 | 11 | 365 | 21 | 140 | 0 | 4 | 441 | 135 | 62 |
| Binary | 11001011 | 1001 | 11110101 | 10001 | 1100000 | 0 | 100 | 100100001 | 1011101 | 110010 |
Color Harmonies of #CB09F5
Complementary color
Monochromatic Colors of #CB09F5
Black with #CB09F5
Text Example
Text Example
White with #CB09F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB09F5; }
p { color: rgb(203,9,245); }
H1.HeaderClassName
{
color: #CB09F5;
}
.AnyTagClassName
{
color: #CB09F5;
}
</style>
background-color css
<style>
a { background-color: #CB09F5; }
a { background-color: rgb(203,9,245); }
div.DivClassName
{
background-color: #CB09F5;
}
.BgClassName
{
background-color: #CB09F5;
}
</style>
border-color css
<style>
span { border-color: #CB09F5; }
span { border-color: rgb(203,9,245); }
td.TdClassName
{
border-color: #CB09F5;
}
.TagClassName
{
border-color: #CB09F5;
}
</style>