Shades of Electric Purple #9B0FFB
Tints of Electric Purple #9B0FFB
RGB
CMYK
RGB Variations
Color information
#9B0FFB (or 0x9B0FFB) is known color: Electric Purple. HEX triplet: 9B, 0F and FB. RGB value is (155,15,251). Sum of RGB (Red+Green+Blue) = 155+15+251=421 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.82% from 421); Green value is 15 (6.25% from 255 or 3.56% from 421); Blue value is 251 (98.44% from 255 or 59.62% from 421); Max value from RGB is 251 - color contains mainly: blue. Hex color #9B0FFB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9B0FFB is #64F004. Grayscale: #525252. Windows color (decimal): -6615045 or 16453531. OLE color: 16453531.
HSL color Cylindrical-coordinate representation of color #9B0FFB: hue angle of 275.59º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9B0FFB is Cyan = 0.38, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 155 | 15 | 251 | - |
| CMYK | 0.38 | 0.94 | 0 | 0.02 |
| HSL | 275.59º | 0.97% | 0.52% | - |
| HSV(B) | 275.59º | 0.94% | 0.98% | - |
| XYZ | 31.1 | 14.28 | 92.38 | - |
| YUV | 83.76 | 222.38 | 178.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 15 | 251 | 0.38 | 0.94 | 0 | 0.02 | 275.59 | 0.97 | 0.52 |
| Hex | 9B | F | FB | 26 | 5E | 0 | 2 | 114 | 61 | 34 |
| Octal | 233 | 17 | 373 | 46 | 136 | 0 | 2 | 424 | 141 | 64 |
| Binary | 10011011 | 1111 | 11111011 | 100110 | 1011110 | 0 | 10 | 100010100 | 1100001 | 110100 |
Color Harmonies of #9B0FFB
Complementary color
Monochromatic Colors of #9B0FFB
Black with #9B0FFB
Text Example
Text Example
White with #9B0FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0FFB; }
p { color: rgb(155,15,251); }
H1.HeaderClassName
{
color: #9B0FFB;
}
.AnyTagClassName
{
color: #9B0FFB;
}
</style>
background-color css
<style>
a { background-color: #9B0FFB; }
a { background-color: rgb(155,15,251); }
div.DivClassName
{
background-color: #9B0FFB;
}
.BgClassName
{
background-color: #9B0FFB;
}
</style>
border-color css
<style>
span { border-color: #9B0FFB; }
span { border-color: rgb(155,15,251); }
td.TdClassName
{
border-color: #9B0FFB;
}
.TagClassName
{
border-color: #9B0FFB;
}
</style>