Shades of Electric Indigo #8D09FF
Tints of Electric Indigo #8D09FF
RGB
CMYK
RGB Variations
Color information
#8D09FF (or 0x8D09FF) is known color: Electric Indigo. HEX triplet: 8D, 09 and FF. RGB value is (141,9,255). Sum of RGB (Red+Green+Blue) = 141+9+255=405 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.81% from 405); Green value is 9 (3.91% from 255 or 2.22% from 405); Blue value is 255 (100% from 255 or 62.96% from 405); Max value from RGB is 255 - color contains mainly: blue. Hex color #8D09FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8D09FF is #72F600. Grayscale: #4B4B4B. Windows color (decimal): -7534081 or 16714125. OLE color: 16714125.
HSL color Cylindrical-coordinate representation of color #8D09FF: hue angle of 272.2º 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 #8D09FF is Cyan = 0.45, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 141 | 9 | 255 | - |
| CMYK | 0.45 | 0.96 | 0 | 0 |
| HSL | 272.2º | 1% | 0.52% | - |
| HSV(B) | 272.2º | 0.96% | 1% | - |
| XYZ | 29.13 | 13.08 | 95.6 | - |
| YUV | 76.51 | 228.73 | 174 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 9 | 255 | 0.45 | 0.96 | 0 | 0 | 272.2 | 1 | 0.52 |
| Hex | 8D | 9 | FF | 2D | 60 | 0 | 0 | 110 | 64 | 34 |
| Octal | 215 | 11 | 377 | 55 | 140 | 0 | 0 | 420 | 144 | 64 |
| Binary | 10001101 | 1001 | 11111111 | 101101 | 1100000 | 0 | 0 | 100010000 | 1100100 | 110100 |
Color Harmonies of #8D09FF
Complementary color
Monochromatic Colors of #8D09FF
Black with #8D09FF
Text Example
Text Example
White with #8D09FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D09FF; }
p { color: rgb(141,9,255); }
H1.HeaderClassName
{
color: #8D09FF;
}
.AnyTagClassName
{
color: #8D09FF;
}
</style>
background-color css
<style>
a { background-color: #8D09FF; }
a { background-color: rgb(141,9,255); }
div.DivClassName
{
background-color: #8D09FF;
}
.BgClassName
{
background-color: #8D09FF;
}
</style>
border-color css
<style>
span { border-color: #8D09FF; }
span { border-color: rgb(141,9,255); }
td.TdClassName
{
border-color: #8D09FF;
}
.TagClassName
{
border-color: #8D09FF;
}
</style>