Shades of Electric Purple #9B09FF
Tints of Electric Purple #9B09FF
RGB
CMYK
RGB Variations
Color information
#9B09FF (or 0x9B09FF) is known color: Electric Purple. HEX triplet: 9B, 09 and FF. RGB value is (155,9,255). Sum of RGB (Red+Green+Blue) = 155+9+255=419 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.99% from 419); Green value is 9 (3.91% from 255 or 2.15% from 419); Blue value is 255 (100% from 255 or 60.86% from 419); Max value from RGB is 255 - color contains mainly: blue. Hex color #9B09FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9B09FF is #64F600. Grayscale: #4F4F4F. Windows color (decimal): -6616577 or 16714139. OLE color: 16714139.
HSL color Cylindrical-coordinate representation of color #9B09FF: hue angle of 275.61º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9B09FF is Cyan = 0.39, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 155 | 9 | 255 | - |
| CMYK | 0.39 | 0.96 | 0 | 0 |
| HSL | 275.61º | 1% | 0.52% | - |
| HSV(B) | 275.61º | 0.96% | 1% | - |
| XYZ | 31.67 | 14.38 | 95.72 | - |
| YUV | 80.7 | 226.37 | 181 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 9 | 255 | 0.39 | 0.96 | 0 | 0 | 275.61 | 1 | 0.52 |
| Hex | 9B | 9 | FF | 27 | 60 | 0 | 0 | 114 | 64 | 34 |
| Octal | 233 | 11 | 377 | 47 | 140 | 0 | 0 | 424 | 144 | 64 |
| Binary | 10011011 | 1001 | 11111111 | 100111 | 1100000 | 0 | 0 | 100010100 | 1100100 | 110100 |
Color Harmonies of #9B09FF
Complementary color
Monochromatic Colors of #9B09FF
Black with #9B09FF
Text Example
Text Example
White with #9B09FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B09FF; }
p { color: rgb(155,9,255); }
H1.HeaderClassName
{
color: #9B09FF;
}
.AnyTagClassName
{
color: #9B09FF;
}
</style>
background-color css
<style>
a { background-color: #9B09FF; }
a { background-color: rgb(155,9,255); }
div.DivClassName
{
background-color: #9B09FF;
}
.BgClassName
{
background-color: #9B09FF;
}
</style>
border-color css
<style>
span { border-color: #9B09FF; }
span { border-color: rgb(155,9,255); }
td.TdClassName
{
border-color: #9B09FF;
}
.TagClassName
{
border-color: #9B09FF;
}
</style>