Shades of Electric Purple #CB09EE
Tints of Electric Purple #CB09EE
RGB
CMYK
RGB Variations
Color information
#CB09EE (or 0xCB09EE) is known color: Electric Purple. HEX triplet: CB, 09 and EE. RGB value is (203,9,238). Sum of RGB (Red+Green+Blue) = 203+9+238=450 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.11% from 450); Green value is 9 (3.91% from 255 or 2% from 450); Blue value is 238 (93.36% from 255 or 52.89% from 450); Max value from RGB is 238 - color contains mainly: blue. Hex color #CB09EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB09EE is #34F611. Grayscale: #5C5C5C. Windows color (decimal): -3470866 or 15600075. OLE color: 15600075.
HSL color Cylindrical-coordinate representation of color #CB09EE: hue angle of 290.83º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CB09EE is Cyan = 0.15, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 9 | 238 | - |
| CMYK | 0.15 | 0.96 | 0 | 0.07 |
| HSL | 290.83º | 0.93% | 0.48% | - |
| HSV(B) | 290.83º | 0.96% | 0.93% | - |
| XYZ | 40.16 | 19.06 | 82.45 | - |
| YUV | 93.11 | 209.77 | 206.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 9 | 238 | 0.15 | 0.96 | 0 | 0.07 | 290.83 | 0.93 | 0.48 |
| Hex | CB | 9 | EE | F | 60 | 0 | 7 | 123 | 5D | 30 |
| Octal | 313 | 11 | 356 | 17 | 140 | 0 | 7 | 443 | 135 | 60 |
| Binary | 11001011 | 1001 | 11101110 | 1111 | 1100000 | 0 | 111 | 100100011 | 1011101 | 110000 |
Color Harmonies of #CB09EE
Complementary color
Monochromatic Colors of #CB09EE
Black with #CB09EE
Text Example
Text Example
White with #CB09EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB09EE; }
p { color: rgb(203,9,238); }
H1.HeaderClassName
{
color: #CB09EE;
}
.AnyTagClassName
{
color: #CB09EE;
}
</style>
background-color css
<style>
a { background-color: #CB09EE; }
a { background-color: rgb(203,9,238); }
div.DivClassName
{
background-color: #CB09EE;
}
.BgClassName
{
background-color: #CB09EE;
}
</style>
border-color css
<style>
span { border-color: #CB09EE; }
span { border-color: rgb(203,9,238); }
td.TdClassName
{
border-color: #CB09EE;
}
.TagClassName
{
border-color: #CB09EE;
}
</style>