Shades of Blue Violet #892DFA
Tints of Blue Violet #892DFA
RGB
CMYK
RGB Variations
Color information
#892DFA (or 0x892DFA) is known color: Blue Violet. HEX triplet: 89, 2D and FA. RGB value is (137,45,250). Sum of RGB (Red+Green+Blue) = 137+45+250=432 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.71% from 432); Green value is 45 (17.97% from 255 or 10.42% from 432); Blue value is 250 (98.05% from 255 or 57.87% from 432); Max value from RGB is 250 - color contains mainly: blue. Hex color #892DFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #892DFA is #76D205. Grayscale: #5F5F5F. Windows color (decimal): -7787014 or 16395657. OLE color: 16395657.
HSL color Cylindrical-coordinate representation of color #892DFA: hue angle of 266.93º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #892DFA is Cyan = 0.45, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 137 | 45 | 250 | - |
| CMYK | 0.45 | 0.82 | 0 | 0.02 |
| HSL | 266.93º | 0.95% | 0.58% | - |
| HSV(B) | 266.93º | 0.82% | 0.98% | - |
| XYZ | 28.51 | 14.1 | 91.66 | - |
| YUV | 95.88 | 214.98 | 157.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 45 | 250 | 0.45 | 0.82 | 0 | 0.02 | 266.93 | 0.95 | 0.58 |
| Hex | 89 | 2D | FA | 2D | 52 | 0 | 2 | 10B | 5F | 3A |
| Octal | 211 | 55 | 372 | 55 | 122 | 0 | 2 | 413 | 137 | 72 |
| Binary | 10001001 | 101101 | 11111010 | 101101 | 1010010 | 0 | 10 | 100001011 | 1011111 | 111010 |
Color Harmonies of #892DFA
Complementary color
Monochromatic Colors of #892DFA
Black with #892DFA
Text Example
Text Example
White with #892DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892DFA; }
p { color: rgb(137,45,250); }
H1.HeaderClassName
{
color: #892DFA;
}
.AnyTagClassName
{
color: #892DFA;
}
</style>
background-color css
<style>
a { background-color: #892DFA; }
a { background-color: rgb(137,45,250); }
div.DivClassName
{
background-color: #892DFA;
}
.BgClassName
{
background-color: #892DFA;
}
</style>
border-color css
<style>
span { border-color: #892DFA; }
span { border-color: rgb(137,45,250); }
td.TdClassName
{
border-color: #892DFA;
}
.TagClassName
{
border-color: #892DFA;
}
</style>