Shades of Electric Purple #9D0BFC
Tints of Electric Purple #9D0BFC
RGB
CMYK
RGB Variations
Color information
#9D0BFC (or 0x9D0BFC) is known color: Electric Purple. HEX triplet: 9D, 0B and FC. RGB value is (157,11,252). Sum of RGB (Red+Green+Blue) = 157+11+252=420 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.38% from 420); Green value is 11 (4.69% from 255 or 2.62% from 420); Blue value is 252 (98.83% from 255 or 60% from 420); Max value from RGB is 252 - color contains mainly: blue. Hex color #9D0BFC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9D0BFC is #62F403. Grayscale: #515151. Windows color (decimal): -6484996 or 16518045. OLE color: 16518045.
HSL color Cylindrical-coordinate representation of color #9D0BFC: hue angle of 276.35º 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 #9D0BFC is Cyan = 0.38, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 157 | 11 | 252 | - |
| CMYK | 0.38 | 0.96 | 0 | 0.01 |
| HSL | 276.35º | 0.98% | 0.52% | - |
| HSV(B) | 276.35º | 0.96% | 0.99% | - |
| XYZ | 31.59 | 14.44 | 93.22 | - |
| YUV | 82.13 | 223.87 | 181.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 11 | 252 | 0.38 | 0.96 | 0 | 0.01 | 276.35 | 0.98 | 0.52 |
| Hex | 9D | B | FC | 26 | 60 | 0 | 1 | 114 | 62 | 34 |
| Octal | 235 | 13 | 374 | 46 | 140 | 0 | 1 | 424 | 142 | 64 |
| Binary | 10011101 | 1011 | 11111100 | 100110 | 1100000 | 0 | 1 | 100010100 | 1100010 | 110100 |
Color Harmonies of #9D0BFC
Complementary color
Monochromatic Colors of #9D0BFC
Black with #9D0BFC
Text Example
Text Example
White with #9D0BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0BFC; }
p { color: rgb(157,11,252); }
H1.HeaderClassName
{
color: #9D0BFC;
}
.AnyTagClassName
{
color: #9D0BFC;
}
</style>
background-color css
<style>
a { background-color: #9D0BFC; }
a { background-color: rgb(157,11,252); }
div.DivClassName
{
background-color: #9D0BFC;
}
.BgClassName
{
background-color: #9D0BFC;
}
</style>
border-color css
<style>
span { border-color: #9D0BFC; }
span { border-color: rgb(157,11,252); }
td.TdClassName
{
border-color: #9D0BFC;
}
.TagClassName
{
border-color: #9D0BFC;
}
</style>