Shades of Electric Purple #CB09FB
Tints of Electric Purple #CB09FB
RGB
CMYK
RGB Variations
Color information
#CB09FB (or 0xCB09FB) is known color: Electric Purple. HEX triplet: CB, 09 and FB. RGB value is (203,9,251). Sum of RGB (Red+Green+Blue) = 203+9+251=463 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.84% from 463); Green value is 9 (3.91% from 255 or 1.94% from 463); Blue value is 251 (98.44% from 255 or 54.21% from 463); Max value from RGB is 251 - color contains mainly: blue. Hex color #CB09FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB09FB is #34F604. Grayscale: #5D5D5D. Windows color (decimal): -3470853 or 16452043. OLE color: 16452043.
HSL color Cylindrical-coordinate representation of color #CB09FB: hue angle of 288.1º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CB09FB is Cyan = 0.19, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 9 | 251 | - |
| CMYK | 0.19 | 0.96 | 0 | 0.02 |
| HSL | 288.1º | 0.97% | 0.51% | - |
| HSV(B) | 288.1º | 0.96% | 0.98% | - |
| XYZ | 42.14 | 19.86 | 92.88 | - |
| YUV | 94.59 | 216.27 | 205.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 9 | 251 | 0.19 | 0.96 | 0 | 0.02 | 288.1 | 0.97 | 0.51 |
| Hex | CB | 9 | FB | 13 | 60 | 0 | 2 | 120 | 61 | 33 |
| Octal | 313 | 11 | 373 | 23 | 140 | 0 | 2 | 440 | 141 | 63 |
| Binary | 11001011 | 1001 | 11111011 | 10011 | 1100000 | 0 | 10 | 100100000 | 1100001 | 110011 |
Color Harmonies of #CB09FB
Complementary color
Monochromatic Colors of #CB09FB
Black with #CB09FB
Text Example
Text Example
White with #CB09FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB09FB; }
p { color: rgb(203,9,251); }
H1.HeaderClassName
{
color: #CB09FB;
}
.AnyTagClassName
{
color: #CB09FB;
}
</style>
background-color css
<style>
a { background-color: #CB09FB; }
a { background-color: rgb(203,9,251); }
div.DivClassName
{
background-color: #CB09FB;
}
.BgClassName
{
background-color: #CB09FB;
}
</style>
border-color css
<style>
span { border-color: #CB09FB; }
span { border-color: rgb(203,9,251); }
td.TdClassName
{
border-color: #CB09FB;
}
.TagClassName
{
border-color: #CB09FB;
}
</style>