Shades of Electric Purple #9809FF
Tints of Electric Purple #9809FF
RGB
CMYK
RGB Variations
Color information
#9809FF (or 0x9809FF) is known color: Electric Purple. HEX triplet: 98, 09 and FF. RGB value is (152,9,255). Sum of RGB (Red+Green+Blue) = 152+9+255=416 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.54% from 416); Green value is 9 (3.91% from 255 or 2.16% from 416); Blue value is 255 (100% from 255 or 61.30% from 416); Max value from RGB is 255 - color contains mainly: blue. Hex color #9809FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9809FF is #67F600. Grayscale: #4E4E4E. Windows color (decimal): -6813185 or 16714136. OLE color: 16714136.
HSL color Cylindrical-coordinate representation of color #9809FF: hue angle of 274.88º 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 #9809FF is Cyan = 0.40, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 152 | 9 | 255 | - |
| CMYK | 0.40 | 0.96 | 0 | 0 |
| HSL | 274.88º | 1% | 0.52% | - |
| HSV(B) | 274.88º | 0.96% | 1% | - |
| XYZ | 31.1 | 14.09 | 95.69 | - |
| YUV | 79.8 | 226.88 | 179.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 9 | 255 | 0.40 | 0.96 | 0 | 0 | 274.88 | 1 | 0.52 |
| Hex | 98 | 9 | FF | 28 | 60 | 0 | 0 | 113 | 64 | 34 |
| Octal | 230 | 11 | 377 | 50 | 140 | 0 | 0 | 423 | 144 | 64 |
| Binary | 10011000 | 1001 | 11111111 | 101000 | 1100000 | 0 | 0 | 100010011 | 1100100 | 110100 |
Color Harmonies of #9809FF
Complementary color
Monochromatic Colors of #9809FF
Black with #9809FF
Text Example
Text Example
White with #9809FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9809FF; }
p { color: rgb(152,9,255); }
H1.HeaderClassName
{
color: #9809FF;
}
.AnyTagClassName
{
color: #9809FF;
}
</style>
background-color css
<style>
a { background-color: #9809FF; }
a { background-color: rgb(152,9,255); }
div.DivClassName
{
background-color: #9809FF;
}
.BgClassName
{
background-color: #9809FF;
}
</style>
border-color css
<style>
span { border-color: #9809FF; }
span { border-color: rgb(152,9,255); }
td.TdClassName
{
border-color: #9809FF;
}
.TagClassName
{
border-color: #9809FF;
}
</style>