Shades of Electric Purple #CB2BE9
Tints of Electric Purple #CB2BE9
RGB
CMYK
RGB Variations
Color information
#CB2BE9 (or 0xCB2BE9) is known color: Electric Purple. HEX triplet: CB, 2B and E9. RGB value is (203,43,233). Sum of RGB (Red+Green+Blue) = 203+43+233=479 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.38% from 479); Green value is 43 (17.19% from 255 or 8.98% from 479); Blue value is 233 (91.41% from 255 or 48.64% from 479); Max value from RGB is 233 - color contains mainly: blue. Hex color #CB2BE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB2BE9 is #34D416. Grayscale: #6F6F6F. Windows color (decimal): -3462167 or 15281099. OLE color: 15281099.
HSL color Cylindrical-coordinate representation of color #CB2BE9: hue angle of 290.53º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CB2BE9 is Cyan = 0.13, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 43 | 233 | - |
| CMYK | 0.13 | 0.82 | 0 | 0.09 |
| HSL | 290.53º | 0.81% | 0.54% | - |
| HSV(B) | 290.53º | 0.82% | 0.91% | - |
| XYZ | 40.2 | 20.31 | 78.89 | - |
| YUV | 112.5 | 196.01 | 192.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 43 | 233 | 0.13 | 0.82 | 0 | 0.09 | 290.53 | 0.81 | 0.54 |
| Hex | CB | 2B | E9 | D | 52 | 0 | 9 | 123 | 51 | 36 |
| Octal | 313 | 53 | 351 | 15 | 122 | 0 | 11 | 443 | 121 | 66 |
| Binary | 11001011 | 101011 | 11101001 | 1101 | 1010010 | 0 | 1001 | 100100011 | 1010001 | 110110 |
Color Harmonies of #CB2BE9
Complementary color
Monochromatic Colors of #CB2BE9
Black with #CB2BE9
Text Example
Text Example
White with #CB2BE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2BE9; }
p { color: rgb(203,43,233); }
H1.HeaderClassName
{
color: #CB2BE9;
}
.AnyTagClassName
{
color: #CB2BE9;
}
</style>
background-color css
<style>
a { background-color: #CB2BE9; }
a { background-color: rgb(203,43,233); }
div.DivClassName
{
background-color: #CB2BE9;
}
.BgClassName
{
background-color: #CB2BE9;
}
</style>
border-color css
<style>
span { border-color: #CB2BE9; }
span { border-color: rgb(203,43,233); }
td.TdClassName
{
border-color: #CB2BE9;
}
.TagClassName
{
border-color: #CB2BE9;
}
</style>