Shades of Blue Violet #8934F7
Tints of Blue Violet #8934F7
RGB
CMYK
RGB Variations
Color information
#8934F7 (or 0x8934F7) is known color: Blue Violet. HEX triplet: 89, 34 and F7. RGB value is (137,52,247). Sum of RGB (Red+Green+Blue) = 137+52+247=436 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.42% from 436); Green value is 52 (20.70% from 255 or 11.93% from 436); Blue value is 247 (96.88% from 255 or 56.65% from 436); Max value from RGB is 247 - color contains mainly: blue. Hex color #8934F7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8934F7 is #76CB08. Grayscale: #626262. Windows color (decimal): -7785225 or 16200841. OLE color: 16200841.
HSL color Cylindrical-coordinate representation of color #8934F7: hue angle of 266.15º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8934F7 is Cyan = 0.45, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 137 | 52 | 247 | - |
| CMYK | 0.45 | 0.79 | 0 | 0.03 |
| HSL | 266.15º | 0.92% | 0.59% | - |
| HSV(B) | 266.15º | 0.79% | 0.97% | - |
| XYZ | 28.33 | 14.49 | 89.3 | - |
| YUV | 99.65 | 211.16 | 154.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 52 | 247 | 0.45 | 0.79 | 0 | 0.03 | 266.15 | 0.92 | 0.59 |
| Hex | 89 | 34 | F7 | 2D | 4F | 0 | 3 | 10A | 5C | 3B |
| Octal | 211 | 64 | 367 | 55 | 117 | 0 | 3 | 412 | 134 | 73 |
| Binary | 10001001 | 110100 | 11110111 | 101101 | 1001111 | 0 | 11 | 100001010 | 1011100 | 111011 |
Color Harmonies of #8934F7
Complementary color
Monochromatic Colors of #8934F7
Black with #8934F7
Text Example
Text Example
White with #8934F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8934F7; }
p { color: rgb(137,52,247); }
H1.HeaderClassName
{
color: #8934F7;
}
.AnyTagClassName
{
color: #8934F7;
}
</style>
background-color css
<style>
a { background-color: #8934F7; }
a { background-color: rgb(137,52,247); }
div.DivClassName
{
background-color: #8934F7;
}
.BgClassName
{
background-color: #8934F7;
}
</style>
border-color css
<style>
span { border-color: #8934F7; }
span { border-color: rgb(137,52,247); }
td.TdClassName
{
border-color: #8934F7;
}
.TagClassName
{
border-color: #8934F7;
}
</style>