Shades of Electric Purple #CB0FE9
Tints of Electric Purple #CB0FE9
RGB
CMYK
RGB Variations
Color information
#CB0FE9 (or 0xCB0FE9) is known color: Electric Purple. HEX triplet: CB, 0F and E9. RGB value is (203,15,233). Sum of RGB (Red+Green+Blue) = 203+15+233=451 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.01% from 451); Green value is 15 (6.25% from 255 or 3.33% from 451); Blue value is 233 (91.41% from 255 or 51.66% from 451); Max value from RGB is 233 - color contains mainly: blue. Hex color #CB0FE9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB0FE9 is #34F016. Grayscale: #5F5F5F. Windows color (decimal): -3469335 or 15273931. OLE color: 15273931.
HSL color Cylindrical-coordinate representation of color #CB0FE9: hue angle of 291.74º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CB0FE9 is Cyan = 0.13, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 15 | 233 | - |
| CMYK | 0.13 | 0.94 | 0 | 0.09 |
| HSL | 291.74º | 0.88% | 0.49% | - |
| HSV(B) | 291.74º | 0.94% | 0.91% | - |
| XYZ | 39.51 | 18.92 | 78.66 | - |
| YUV | 96.06 | 205.28 | 204.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 15 | 233 | 0.13 | 0.94 | 0 | 0.09 | 291.74 | 0.88 | 0.49 |
| Hex | CB | F | E9 | D | 5E | 0 | 9 | 124 | 58 | 31 |
| Octal | 313 | 17 | 351 | 15 | 136 | 0 | 11 | 444 | 130 | 61 |
| Binary | 11001011 | 1111 | 11101001 | 1101 | 1011110 | 0 | 1001 | 100100100 | 1011000 | 110001 |
Color Harmonies of #CB0FE9
Complementary color
Monochromatic Colors of #CB0FE9
Black with #CB0FE9
Text Example
Text Example
White with #CB0FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0FE9; }
p { color: rgb(203,15,233); }
H1.HeaderClassName
{
color: #CB0FE9;
}
.AnyTagClassName
{
color: #CB0FE9;
}
</style>
background-color css
<style>
a { background-color: #CB0FE9; }
a { background-color: rgb(203,15,233); }
div.DivClassName
{
background-color: #CB0FE9;
}
.BgClassName
{
background-color: #CB0FE9;
}
</style>
border-color css
<style>
span { border-color: #CB0FE9; }
span { border-color: rgb(203,15,233); }
td.TdClassName
{
border-color: #CB0FE9;
}
.TagClassName
{
border-color: #CB0FE9;
}
</style>