Shades of Electric Purple #9B0BFD
Tints of Electric Purple #9B0BFD
RGB
CMYK
RGB Variations
Color information
#9B0BFD (or 0x9B0BFD) is known color: Electric Purple. HEX triplet: 9B, 0B and FD. RGB value is (155,11,253). Sum of RGB (Red+Green+Blue) = 155+11+253=419 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.99% from 419); Green value is 11 (4.69% from 255 or 2.63% from 419); Blue value is 253 (99.22% from 255 or 60.38% from 419); Max value from RGB is 253 - color contains mainly: blue. Hex color #9B0BFD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9B0BFD is #64F402. Grayscale: #505050. Windows color (decimal): -6616067 or 16583579. OLE color: 16583579.
HSL color Cylindrical-coordinate representation of color #9B0BFD: hue angle of 275.7º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9B0BFD is Cyan = 0.39, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 155 | 11 | 253 | - |
| CMYK | 0.39 | 0.96 | 0 | 0.01 |
| HSL | 275.7º | 0.98% | 0.52% | - |
| HSV(B) | 275.7º | 0.96% | 0.99% | - |
| XYZ | 31.37 | 14.3 | 94.04 | - |
| YUV | 81.64 | 224.71 | 180.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 11 | 253 | 0.39 | 0.96 | 0 | 0.01 | 275.7 | 0.98 | 0.52 |
| Hex | 9B | B | FD | 27 | 60 | 0 | 1 | 114 | 62 | 34 |
| Octal | 233 | 13 | 375 | 47 | 140 | 0 | 1 | 424 | 142 | 64 |
| Binary | 10011011 | 1011 | 11111101 | 100111 | 1100000 | 0 | 1 | 100010100 | 1100010 | 110100 |
Color Harmonies of #9B0BFD
Complementary color
Monochromatic Colors of #9B0BFD
Black with #9B0BFD
Text Example
Text Example
White with #9B0BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0BFD; }
p { color: rgb(155,11,253); }
H1.HeaderClassName
{
color: #9B0BFD;
}
.AnyTagClassName
{
color: #9B0BFD;
}
</style>
background-color css
<style>
a { background-color: #9B0BFD; }
a { background-color: rgb(155,11,253); }
div.DivClassName
{
background-color: #9B0BFD;
}
.BgClassName
{
background-color: #9B0BFD;
}
</style>
border-color css
<style>
span { border-color: #9B0BFD; }
span { border-color: rgb(155,11,253); }
td.TdClassName
{
border-color: #9B0BFD;
}
.TagClassName
{
border-color: #9B0BFD;
}
</style>