Shades of Electric Purple #CB09FF
Tints of Electric Purple #CB09FF
RGB
CMYK
RGB Variations
Color information
#CB09FF (or 0xCB09FF) is known color: Electric Purple. HEX triplet: CB, 09 and FF. RGB value is (203,9,255). Sum of RGB (Red+Green+Blue) = 203+9+255=467 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.47% from 467); Green value is 9 (3.91% from 255 or 1.93% from 467); Blue value is 255 (100% from 255 or 54.60% from 467); Max value from RGB is 255 - color contains mainly: blue. Hex color #CB09FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB09FF is #34F600. Grayscale: #5E5E5E. Windows color (decimal): -3470849 or 16714187. OLE color: 16714187.
HSL color Cylindrical-coordinate representation of color #CB09FF: hue angle of 287.32º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CB09FF is Cyan = 0.20, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 9 | 255 | - |
| CMYK | 0.20 | 0.96 | 0 | 0 |
| HSL | 287.32º | 1% | 0.52% | - |
| HSV(B) | 287.32º | 0.96% | 1% | - |
| XYZ | 42.78 | 20.11 | 96.24 | - |
| YUV | 95.05 | 218.27 | 205 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 9 | 255 | 0.20 | 0.96 | 0 | 0 | 287.32 | 1 | 0.52 |
| Hex | CB | 9 | FF | 14 | 60 | 0 | 0 | 11F | 64 | 34 |
| Octal | 313 | 11 | 377 | 24 | 140 | 0 | 0 | 437 | 144 | 64 |
| Binary | 11001011 | 1001 | 11111111 | 10100 | 1100000 | 0 | 0 | 100011111 | 1100100 | 110100 |
Color Harmonies of #CB09FF
Complementary color
Monochromatic Colors of #CB09FF
Black with #CB09FF
Text Example
Text Example
White with #CB09FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB09FF; }
p { color: rgb(203,9,255); }
H1.HeaderClassName
{
color: #CB09FF;
}
.AnyTagClassName
{
color: #CB09FF;
}
</style>
background-color css
<style>
a { background-color: #CB09FF; }
a { background-color: rgb(203,9,255); }
div.DivClassName
{
background-color: #CB09FF;
}
.BgClassName
{
background-color: #CB09FF;
}
</style>
border-color css
<style>
span { border-color: #CB09FF; }
span { border-color: rgb(203,9,255); }
td.TdClassName
{
border-color: #CB09FF;
}
.TagClassName
{
border-color: #CB09FF;
}
</style>