Shades of Electric Indigo #8506F9
Tints of Electric Indigo #8506F9
RGB
CMYK
RGB Variations
Color information
#8506F9 (or 0x8506F9) is known color: Electric Indigo. HEX triplet: 85, 06 and F9. RGB value is (133,6,249). Sum of RGB (Red+Green+Blue) = 133+6+249=388 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.28% from 388); Green value is 6 (2.73% from 255 or 1.55% from 388); Blue value is 249 (97.66% from 255 or 64.18% from 388); Max value from RGB is 249 - color contains mainly: blue. Hex color #8506F9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8506F9 is #7AF906. Grayscale: #464646. Windows color (decimal): -8059143 or 16320133. OLE color: 16320133.
HSL color Cylindrical-coordinate representation of color #8506F9: hue angle of 271.36º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8506F9 is Cyan = 0.47, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 133 | 6 | 249 | - |
| CMYK | 0.47 | 0.98 | 0 | 0.02 |
| HSL | 271.36º | 0.95% | 0.5% | - |
| HSV(B) | 271.36º | 0.98% | 0.98% | - |
| XYZ | 26.84 | 11.96 | 90.52 | - |
| YUV | 71.68 | 228.08 | 171.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 6 | 249 | 0.47 | 0.98 | 0 | 0.02 | 271.36 | 0.95 | 0.5 |
| Hex | 85 | 6 | F9 | 2F | 62 | 0 | 2 | 10F | 5F | 32 |
| Octal | 205 | 6 | 371 | 57 | 142 | 0 | 2 | 417 | 137 | 62 |
| Binary | 10000101 | 110 | 11111001 | 101111 | 1100010 | 0 | 10 | 100001111 | 1011111 | 110010 |
Color Harmonies of #8506F9
Complementary color
Monochromatic Colors of #8506F9
Black with #8506F9
Text Example
Text Example
White with #8506F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8506F9; }
p { color: rgb(133,6,249); }
H1.HeaderClassName
{
color: #8506F9;
}
.AnyTagClassName
{
color: #8506F9;
}
</style>
background-color css
<style>
a { background-color: #8506F9; }
a { background-color: rgb(133,6,249); }
div.DivClassName
{
background-color: #8506F9;
}
.BgClassName
{
background-color: #8506F9;
}
</style>
border-color css
<style>
span { border-color: #8506F9; }
span { border-color: rgb(133,6,249); }
td.TdClassName
{
border-color: #8506F9;
}
.TagClassName
{
border-color: #8506F9;
}
</style>