Shades of Electric Purple #9B03FF
Tints of Electric Purple #9B03FF
RGB
CMYK
RGB Variations
Color information
#9B03FF (or 0x9B03FF) is known color: Electric Purple. HEX triplet: 9B, 03 and FF. RGB value is (155,3,255). Sum of RGB (Red+Green+Blue) = 155+3+255=413 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.53% from 413); Green value is 3 (1.56% from 255 or 0.73% from 413); Blue value is 255 (100% from 255 or 61.74% from 413); Max value from RGB is 255 - color contains mainly: blue. Hex color #9B03FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9B03FF is #64FC00. Grayscale: #4C4C4C. Windows color (decimal): -6618113 or 16712603. OLE color: 16712603.
HSL color Cylindrical-coordinate representation of color #9B03FF: hue angle of 276.19º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9B03FF is Cyan = 0.39, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 155 | 3 | 255 | - |
| CMYK | 0.39 | 0.99 | 0 | 0 |
| HSL | 276.19º | 1% | 0.51% | - |
| HSV(B) | 276.19º | 0.99% | 1% | - |
| XYZ | 31.6 | 14.25 | 95.69 | - |
| YUV | 77.18 | 228.36 | 183.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 3 | 255 | 0.39 | 0.99 | 0 | 0 | 276.19 | 1 | 0.51 |
| Hex | 9B | 3 | FF | 27 | 63 | 0 | 0 | 114 | 64 | 33 |
| Octal | 233 | 3 | 377 | 47 | 143 | 0 | 0 | 424 | 144 | 63 |
| Binary | 10011011 | 11 | 11111111 | 100111 | 1100011 | 0 | 0 | 100010100 | 1100100 | 110011 |
Color Harmonies of #9B03FF
Complementary color
Monochromatic Colors of #9B03FF
Black with #9B03FF
Text Example
Text Example
White with #9B03FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B03FF; }
p { color: rgb(155,3,255); }
H1.HeaderClassName
{
color: #9B03FF;
}
.AnyTagClassName
{
color: #9B03FF;
}
</style>
background-color css
<style>
a { background-color: #9B03FF; }
a { background-color: rgb(155,3,255); }
div.DivClassName
{
background-color: #9B03FF;
}
.BgClassName
{
background-color: #9B03FF;
}
</style>
border-color css
<style>
span { border-color: #9B03FF; }
span { border-color: rgb(155,3,255); }
td.TdClassName
{
border-color: #9B03FF;
}
.TagClassName
{
border-color: #9B03FF;
}
</style>