Shades of Electric Purple #9B00F8
Tints of Electric Purple #9B00F8
RGB
CMYK
RGB Variations
Color information
#9B00F8 (or 0x9B00F8) is known color: Electric Purple. HEX triplet: 9B, 00 and F8. RGB value is (155,0,248). Sum of RGB (Red+Green+Blue) = 155+0+248=403 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.46% from 403); Green value is 0 (0.39% from 255 or 0% from 403); Blue value is 248 (97.27% from 255 or 61.54% from 403); Max value from RGB is 248 - color contains mainly: blue. Hex color #9B00F8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9B00F8 is #64FF07. Grayscale: #494949. Windows color (decimal): -6618888 or 16253083. OLE color: 16253083.
HSL color Cylindrical-coordinate representation of color #9B00F8: hue angle of 277.5º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9B00F8 is Cyan = 0.38, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 155 | 0 | 248 | - |
| CMYK | 0.38 | 1 | 0 | 0.03 |
| HSL | 277.5º | 1% | 0.49% | - |
| HSV(B) | 277.5º | 1% | 0.97% | - |
| XYZ | 30.46 | 13.75 | 89.85 | - |
| YUV | 74.62 | 225.85 | 185.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 0 | 248 | 0.38 | 1 | 0 | 0.03 | 277.5 | 1 | 0.49 |
| Hex | 9B | 0 | F8 | 26 | 64 | 0 | 3 | 116 | 64 | 31 |
| Octal | 233 | 0 | 370 | 46 | 144 | 0 | 3 | 426 | 144 | 61 |
| Binary | 10011011 | 0 | 11111000 | 100110 | 1100100 | 0 | 11 | 100010110 | 1100100 | 110001 |
Color Harmonies of #9B00F8
Complementary color
Monochromatic Colors of #9B00F8
Black with #9B00F8
Text Example
Text Example
White with #9B00F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B00F8; }
p { color: rgb(155,0,248); }
H1.HeaderClassName
{
color: #9B00F8;
}
.AnyTagClassName
{
color: #9B00F8;
}
</style>
background-color css
<style>
a { background-color: #9B00F8; }
a { background-color: rgb(155,0,248); }
div.DivClassName
{
background-color: #9B00F8;
}
.BgClassName
{
background-color: #9B00F8;
}
</style>
border-color css
<style>
span { border-color: #9B00F8; }
span { border-color: rgb(155,0,248); }
td.TdClassName
{
border-color: #9B00F8;
}
.TagClassName
{
border-color: #9B00F8;
}
</style>