Shades of Electric Purple #9B00FE
Tints of Electric Purple #9B00FE
RGB
CMYK
RGB Variations
Color information
#9B00FE (or 0x9B00FE) is known color: Electric Purple. HEX triplet: 9B, 00 and FE. RGB value is (155,0,254). Sum of RGB (Red+Green+Blue) = 155+0+254=409 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.90% from 409); Green value is 0 (0.39% from 255 or 0% from 409); Blue value is 254 (99.61% from 255 or 62.10% from 409); Max value from RGB is 254 - color contains mainly: blue. Hex color #9B00FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9B00FE is #64FF01. Grayscale: #4A4A4A. Windows color (decimal): -6618882 or 16646299. OLE color: 16646299.
HSL color Cylindrical-coordinate representation of color #9B00FE: hue angle of 276.61º 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 #9B00FE is Cyan = 0.39, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 155 | 0 | 254 | - |
| CMYK | 0.39 | 1 | 0 | 0.00 |
| HSL | 276.61º | 1% | 0.5% | - |
| HSV(B) | 276.61º | 1% | 1% | - |
| XYZ | 31.41 | 14.12 | 94.84 | - |
| YUV | 75.3 | 228.85 | 184.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 0 | 254 | 0.39 | 1 | 0 | 0.00 | 276.61 | 1 | 0.5 |
| Hex | 9B | 0 | FE | 27 | 64 | 0 | 0 | 115 | 64 | 32 |
| Octal | 233 | 0 | 376 | 47 | 144 | 0 | 0 | 425 | 144 | 62 |
| Binary | 10011011 | 0 | 11111110 | 100111 | 1100100 | 0 | 0 | 100010101 | 1100100 | 110010 |
Color Harmonies of #9B00FE
Complementary color
Monochromatic Colors of #9B00FE
Black with #9B00FE
Text Example
Text Example
White with #9B00FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B00FE; }
p { color: rgb(155,0,254); }
H1.HeaderClassName
{
color: #9B00FE;
}
.AnyTagClassName
{
color: #9B00FE;
}
</style>
background-color css
<style>
a { background-color: #9B00FE; }
a { background-color: rgb(155,0,254); }
div.DivClassName
{
background-color: #9B00FE;
}
.BgClassName
{
background-color: #9B00FE;
}
</style>
border-color css
<style>
span { border-color: #9B00FE; }
span { border-color: rgb(155,0,254); }
td.TdClassName
{
border-color: #9B00FE;
}
.TagClassName
{
border-color: #9B00FE;
}
</style>