Shades of Electric Purple #CB09FE
Tints of Electric Purple #CB09FE
RGB
CMYK
RGB Variations
Color information
#CB09FE (or 0xCB09FE) is known color: Electric Purple. HEX triplet: CB, 09 and FE. RGB value is (203,9,254). Sum of RGB (Red+Green+Blue) = 203+9+254=466 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.56% from 466); Green value is 9 (3.91% from 255 or 1.93% from 466); Blue value is 254 (99.61% from 255 or 54.51% from 466); Max value from RGB is 254 - color contains mainly: blue. Hex color #CB09FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB09FE is #34F601. Grayscale: #5E5E5E. Windows color (decimal): -3470850 or 16648651. OLE color: 16648651.
HSL color Cylindrical-coordinate representation of color #CB09FE: hue angle of 287.51º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CB09FE is Cyan = 0.20, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 203 | 9 | 254 | - |
| CMYK | 0.20 | 0.96 | 0 | 0.00 |
| HSL | 287.51º | 0.99% | 0.52% | - |
| HSV(B) | 287.51º | 0.96% | 1% | - |
| XYZ | 42.62 | 20.05 | 95.39 | - |
| YUV | 94.94 | 217.77 | 205.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 9 | 254 | 0.20 | 0.96 | 0 | 0.00 | 287.51 | 0.99 | 0.52 |
| Hex | CB | 9 | FE | 14 | 60 | 0 | 0 | 120 | 63 | 34 |
| Octal | 313 | 11 | 376 | 24 | 140 | 0 | 0 | 440 | 143 | 64 |
| Binary | 11001011 | 1001 | 11111110 | 10100 | 1100000 | 0 | 0 | 100100000 | 1100011 | 110100 |
Color Harmonies of #CB09FE
Complementary color
Monochromatic Colors of #CB09FE
Black with #CB09FE
Text Example
Text Example
White with #CB09FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB09FE; }
p { color: rgb(203,9,254); }
H1.HeaderClassName
{
color: #CB09FE;
}
.AnyTagClassName
{
color: #CB09FE;
}
</style>
background-color css
<style>
a { background-color: #CB09FE; }
a { background-color: rgb(203,9,254); }
div.DivClassName
{
background-color: #CB09FE;
}
.BgClassName
{
background-color: #CB09FE;
}
</style>
border-color css
<style>
span { border-color: #CB09FE; }
span { border-color: rgb(203,9,254); }
td.TdClassName
{
border-color: #CB09FE;
}
.TagClassName
{
border-color: #CB09FE;
}
</style>