Shades of Electric Purple #9B0DFE
Tints of Electric Purple #9B0DFE
RGB
CMYK
RGB Variations
Color information
#9B0DFE (or 0x9B0DFE) is known color: Electric Purple. HEX triplet: 9B, 0D and FE. RGB value is (155,13,254). Sum of RGB (Red+Green+Blue) = 155+13+254=422 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.73% from 422); Green value is 13 (5.47% from 255 or 3.08% from 422); Blue value is 254 (99.61% from 255 or 60.19% from 422); Max value from RGB is 254 - color contains mainly: blue. Hex color #9B0DFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9B0DFE is #64F201. Grayscale: #525252. Windows color (decimal): -6615554 or 16649627. OLE color: 16649627.
HSL color Cylindrical-coordinate representation of color #9B0DFE: hue angle of 275.35º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9B0DFE is Cyan = 0.39, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 155 | 13 | 254 | - |
| CMYK | 0.39 | 0.95 | 0 | 0.00 |
| HSL | 275.35º | 0.99% | 0.52% | - |
| HSV(B) | 275.35º | 0.95% | 1% | - |
| XYZ | 31.55 | 14.41 | 94.88 | - |
| YUV | 82.93 | 224.54 | 179.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 13 | 254 | 0.39 | 0.95 | 0 | 0.00 | 275.35 | 0.99 | 0.52 |
| Hex | 9B | D | FE | 27 | 5F | 0 | 0 | 113 | 63 | 34 |
| Octal | 233 | 15 | 376 | 47 | 137 | 0 | 0 | 423 | 143 | 64 |
| Binary | 10011011 | 1101 | 11111110 | 100111 | 1011111 | 0 | 0 | 100010011 | 1100011 | 110100 |
Color Harmonies of #9B0DFE
Complementary color
Monochromatic Colors of #9B0DFE
Black with #9B0DFE
Text Example
Text Example
White with #9B0DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0DFE; }
p { color: rgb(155,13,254); }
H1.HeaderClassName
{
color: #9B0DFE;
}
.AnyTagClassName
{
color: #9B0DFE;
}
</style>
background-color css
<style>
a { background-color: #9B0DFE; }
a { background-color: rgb(155,13,254); }
div.DivClassName
{
background-color: #9B0DFE;
}
.BgClassName
{
background-color: #9B0DFE;
}
</style>
border-color css
<style>
span { border-color: #9B0DFE; }
span { border-color: rgb(155,13,254); }
td.TdClassName
{
border-color: #9B0DFE;
}
.TagClassName
{
border-color: #9B0DFE;
}
</style>