Shades of Blue Violet #8912F7
Tints of Blue Violet #8912F7
RGB
CMYK
RGB Variations
Color information
#8912F7 (or 0x8912F7) is known color: Blue Violet. HEX triplet: 89, 12 and F7. RGB value is (137,18,247). Sum of RGB (Red+Green+Blue) = 137+18+247=402 (53% of max value = 765). Red value is 137 (53.91% from 255 or 34.08% from 402); Green value is 18 (7.42% from 255 or 4.48% from 402); Blue value is 247 (96.88% from 255 or 61.44% from 402); Max value from RGB is 247 - color contains mainly: blue. Hex color #8912F7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8912F7 is #76ED08. Grayscale: #4E4E4E. Windows color (decimal): -7793929 or 16192137. OLE color: 16192137.
HSL color Cylindrical-coordinate representation of color #8912F7: hue angle of 271.18º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8912F7 is Cyan = 0.45, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 137 | 18 | 247 | - |
| CMYK | 0.45 | 0.93 | 0 | 0.03 |
| HSL | 271.18º | 0.93% | 0.52% | - |
| HSV(B) | 271.18º | 0.93% | 0.97% | - |
| XYZ | 27.32 | 12.47 | 88.96 | - |
| YUV | 79.69 | 222.42 | 168.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 18 | 247 | 0.45 | 0.93 | 0 | 0.03 | 271.18 | 0.93 | 0.52 |
| Hex | 89 | 12 | F7 | 2D | 5D | 0 | 3 | 10F | 5D | 34 |
| Octal | 211 | 22 | 367 | 55 | 135 | 0 | 3 | 417 | 135 | 64 |
| Binary | 10001001 | 10010 | 11110111 | 101101 | 1011101 | 0 | 11 | 100001111 | 1011101 | 110100 |
Color Harmonies of #8912F7
Complementary color
Monochromatic Colors of #8912F7
Black with #8912F7
Text Example
Text Example
White with #8912F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8912F7; }
p { color: rgb(137,18,247); }
H1.HeaderClassName
{
color: #8912F7;
}
.AnyTagClassName
{
color: #8912F7;
}
</style>
background-color css
<style>
a { background-color: #8912F7; }
a { background-color: rgb(137,18,247); }
div.DivClassName
{
background-color: #8912F7;
}
.BgClassName
{
background-color: #8912F7;
}
</style>
border-color css
<style>
span { border-color: #8912F7; }
span { border-color: rgb(137,18,247); }
td.TdClassName
{
border-color: #8912F7;
}
.TagClassName
{
border-color: #8912F7;
}
</style>