Shades of Electric Purple #9B00FF
Tints of Electric Purple #9B00FF
RGB
CMYK
RGB Variations
Color information
#9B00FF (or 0x9B00FF) is known color: Electric Purple. HEX triplet: 9B, 00 and FF. RGB value is (155,0,255). Sum of RGB (Red+Green+Blue) = 155+0+255=410 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.80% from 410); Green value is 0 (0.39% from 255 or 0% from 410); Blue value is 255 (100% from 255 or 62.20% from 410); Max value from RGB is 255 - color contains mainly: blue. Hex color #9B00FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9B00FF is #64FF00. Grayscale: #4A4A4A. Windows color (decimal): -6618881 or 16711835. OLE color: 16711835.
HSL color Cylindrical-coordinate representation of color #9B00FF: hue angle of 276.47º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9B00FF is Cyan = 0.39, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 155 | 0 | 255 | - |
| CMYK | 0.39 | 1 | 0 | 0 |
| HSL | 276.47º | 1% | 0.5% | - |
| HSV(B) | 276.47º | 1% | 1% | - |
| XYZ | 31.57 | 14.19 | 95.68 | - |
| YUV | 75.42 | 229.35 | 184.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 0 | 255 | 0.39 | 1 | 0 | 0 | 276.47 | 1 | 0.5 |
| Hex | 9B | 0 | FF | 27 | 64 | 0 | 0 | 114 | 64 | 32 |
| Octal | 233 | 0 | 377 | 47 | 144 | 0 | 0 | 424 | 144 | 62 |
| Binary | 10011011 | 0 | 11111111 | 100111 | 1100100 | 0 | 0 | 100010100 | 1100100 | 110010 |
Color Harmonies of #9B00FF
Complementary color
Monochromatic Colors of #9B00FF
Black with #9B00FF
Text Example
Text Example
White with #9B00FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B00FF; }
p { color: rgb(155,0,255); }
H1.HeaderClassName
{
color: #9B00FF;
}
.AnyTagClassName
{
color: #9B00FF;
}
</style>
background-color css
<style>
a { background-color: #9B00FF; }
a { background-color: rgb(155,0,255); }
div.DivClassName
{
background-color: #9B00FF;
}
.BgClassName
{
background-color: #9B00FF;
}
</style>
border-color css
<style>
span { border-color: #9B00FF; }
span { border-color: rgb(155,0,255); }
td.TdClassName
{
border-color: #9B00FF;
}
.TagClassName
{
border-color: #9B00FF;
}
</style>