Shades of Electric Purple #9B08FE
Tints of Electric Purple #9B08FE
RGB
CMYK
RGB Variations
Color information
#9B08FE (or 0x9B08FE) is known color: Electric Purple. HEX triplet: 9B, 08 and FE. RGB value is (155,8,254). Sum of RGB (Red+Green+Blue) = 155+8+254=417 (55% of max value = 765). Red value is 155 (60.94% from 255 or 37.17% from 417); Green value is 8 (3.52% from 255 or 1.92% from 417); Blue value is 254 (99.61% from 255 or 60.91% from 417); Max value from RGB is 254 - color contains mainly: blue. Hex color #9B08FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9B08FE is #64F701. Grayscale: #4F4F4F. Windows color (decimal): -6616834 or 16648347. OLE color: 16648347.
HSL color Cylindrical-coordinate representation of color #9B08FE: hue angle of 275.85º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9B08FE is Cyan = 0.39, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 155 | 8 | 254 | - |
| CMYK | 0.39 | 0.97 | 0 | 0.00 |
| HSL | 275.85º | 0.99% | 0.51% | - |
| HSV(B) | 275.85º | 0.97% | 1% | - |
| XYZ | 31.49 | 14.3 | 94.87 | - |
| YUV | 80 | 226.2 | 181.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 8 | 254 | 0.39 | 0.97 | 0 | 0.00 | 275.85 | 0.99 | 0.51 |
| Hex | 9B | 8 | FE | 27 | 61 | 0 | 0 | 114 | 63 | 33 |
| Octal | 233 | 10 | 376 | 47 | 141 | 0 | 0 | 424 | 143 | 63 |
| Binary | 10011011 | 1000 | 11111110 | 100111 | 1100001 | 0 | 0 | 100010100 | 1100011 | 110011 |
Color Harmonies of #9B08FE
Complementary color
Monochromatic Colors of #9B08FE
Black with #9B08FE
Text Example
Text Example
White with #9B08FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B08FE; }
p { color: rgb(155,8,254); }
H1.HeaderClassName
{
color: #9B08FE;
}
.AnyTagClassName
{
color: #9B08FE;
}
</style>
background-color css
<style>
a { background-color: #9B08FE; }
a { background-color: rgb(155,8,254); }
div.DivClassName
{
background-color: #9B08FE;
}
.BgClassName
{
background-color: #9B08FE;
}
</style>
border-color css
<style>
span { border-color: #9B08FE; }
span { border-color: rgb(155,8,254); }
td.TdClassName
{
border-color: #9B08FE;
}
.TagClassName
{
border-color: #9B08FE;
}
</style>