Shades of Electric Purple #9B0BFE
Tints of Electric Purple #9B0BFE
RGB
CMYK
RGB Variations
Color information
#9B0BFE (or 0x9B0BFE) is known color: Electric Purple. HEX triplet: 9B, 0B and FE. RGB value is (155,11,254). Sum of RGB (Red+Green+Blue) = 155+11+254=420 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.90% from 420); Green value is 11 (4.69% from 255 or 2.62% from 420); Blue value is 254 (99.61% from 255 or 60.48% from 420); Max value from RGB is 254 - color contains mainly: blue. Hex color #9B0BFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9B0BFE is #64F401. Grayscale: #505050. Windows color (decimal): -6616066 or 16649115. OLE color: 16649115.
HSL color Cylindrical-coordinate representation of color #9B0BFE: hue angle of 275.56º 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 #9B0BFE is Cyan = 0.39, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 155 | 11 | 254 | - |
| CMYK | 0.39 | 0.96 | 0 | 0.00 |
| HSL | 275.56º | 0.99% | 0.52% | - |
| HSV(B) | 275.56º | 0.96% | 1% | - |
| XYZ | 31.53 | 14.36 | 94.88 | - |
| YUV | 81.76 | 225.21 | 180.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 11 | 254 | 0.39 | 0.96 | 0 | 0.00 | 275.56 | 0.99 | 0.52 |
| Hex | 9B | B | FE | 27 | 60 | 0 | 0 | 114 | 63 | 34 |
| Octal | 233 | 13 | 376 | 47 | 140 | 0 | 0 | 424 | 143 | 64 |
| Binary | 10011011 | 1011 | 11111110 | 100111 | 1100000 | 0 | 0 | 100010100 | 1100011 | 110100 |
Color Harmonies of #9B0BFE
Complementary color
Monochromatic Colors of #9B0BFE
Black with #9B0BFE
Text Example
Text Example
White with #9B0BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0BFE; }
p { color: rgb(155,11,254); }
H1.HeaderClassName
{
color: #9B0BFE;
}
.AnyTagClassName
{
color: #9B0BFE;
}
</style>
background-color css
<style>
a { background-color: #9B0BFE; }
a { background-color: rgb(155,11,254); }
div.DivClassName
{
background-color: #9B0BFE;
}
.BgClassName
{
background-color: #9B0BFE;
}
</style>
border-color css
<style>
span { border-color: #9B0BFE; }
span { border-color: rgb(155,11,254); }
td.TdClassName
{
border-color: #9B0BFE;
}
.TagClassName
{
border-color: #9B0BFE;
}
</style>