Shades of Electric Purple #9C0BFC
Tints of Electric Purple #9C0BFC
RGB
CMYK
RGB Variations
Color information
#9C0BFC (or 0x9C0BFC) is known color: Electric Purple. HEX triplet: 9C, 0B and FC. RGB value is (156,11,252). Sum of RGB (Red+Green+Blue) = 156+11+252=419 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.23% from 419); Green value is 11 (4.69% from 255 or 2.63% from 419); Blue value is 252 (98.83% from 255 or 60.14% from 419); Max value from RGB is 252 - color contains mainly: blue. Hex color #9C0BFC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9C0BFC is #63F403. Grayscale: #515151. Windows color (decimal): -6550532 or 16518044. OLE color: 16518044.
HSL color Cylindrical-coordinate representation of color #9C0BFC: hue angle of 276.1º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9C0BFC is Cyan = 0.38, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 156 | 11 | 252 | - |
| CMYK | 0.38 | 0.96 | 0 | 0.01 |
| HSL | 276.1º | 0.98% | 0.52% | - |
| HSV(B) | 276.1º | 0.96% | 0.99% | - |
| XYZ | 31.4 | 14.34 | 93.21 | - |
| YUV | 81.83 | 224.04 | 180.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 11 | 252 | 0.38 | 0.96 | 0 | 0.01 | 276.1 | 0.98 | 0.52 |
| Hex | 9C | B | FC | 26 | 60 | 0 | 1 | 114 | 62 | 34 |
| Octal | 234 | 13 | 374 | 46 | 140 | 0 | 1 | 424 | 142 | 64 |
| Binary | 10011100 | 1011 | 11111100 | 100110 | 1100000 | 0 | 1 | 100010100 | 1100010 | 110100 |
Color Harmonies of #9C0BFC
Complementary color
Monochromatic Colors of #9C0BFC
Black with #9C0BFC
Text Example
Text Example
White with #9C0BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0BFC; }
p { color: rgb(156,11,252); }
H1.HeaderClassName
{
color: #9C0BFC;
}
.AnyTagClassName
{
color: #9C0BFC;
}
</style>
background-color css
<style>
a { background-color: #9C0BFC; }
a { background-color: rgb(156,11,252); }
div.DivClassName
{
background-color: #9C0BFC;
}
.BgClassName
{
background-color: #9C0BFC;
}
</style>
border-color css
<style>
span { border-color: #9C0BFC; }
span { border-color: rgb(156,11,252); }
td.TdClassName
{
border-color: #9C0BFC;
}
.TagClassName
{
border-color: #9C0BFC;
}
</style>