Shades of Blue Violet #892EFF
Tints of Blue Violet #892EFF
RGB
CMYK
RGB Variations
Color information
#892EFF (or 0x892EFF) is known color: Blue Violet. HEX triplet: 89, 2E and FF. RGB value is (137,46,255). Sum of RGB (Red+Green+Blue) = 137+46+255=438 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.28% from 438); Green value is 46 (18.36% from 255 or 10.50% from 438); Blue value is 255 (100% from 255 or 58.22% from 438); Max value from RGB is 255 - color contains mainly: blue. Hex color #892EFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #892EFF is #76D100. Grayscale: #606060. Windows color (decimal): -7786753 or 16723593. OLE color: 16723593.
HSL color Cylindrical-coordinate representation of color #892EFF: hue angle of 266.12º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #892EFF is Cyan = 0.46, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 137 | 46 | 255 | - |
| CMYK | 0.46 | 0.82 | 0 | 0 |
| HSL | 266.12º | 1% | 0.59% | - |
| HSV(B) | 266.12º | 0.82% | 1% | - |
| XYZ | 29.34 | 14.49 | 95.86 | - |
| YUV | 97.04 | 217.15 | 156.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 46 | 255 | 0.46 | 0.82 | 0 | 0 | 266.12 | 1 | 0.59 |
| Hex | 89 | 2E | FF | 2E | 52 | 0 | 0 | 10A | 64 | 3B |
| Octal | 211 | 56 | 377 | 56 | 122 | 0 | 0 | 412 | 144 | 73 |
| Binary | 10001001 | 101110 | 11111111 | 101110 | 1010010 | 0 | 0 | 100001010 | 1100100 | 111011 |
Color Harmonies of #892EFF
Complementary color
Monochromatic Colors of #892EFF
Black with #892EFF
Text Example
Text Example
White with #892EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892EFF; }
p { color: rgb(137,46,255); }
H1.HeaderClassName
{
color: #892EFF;
}
.AnyTagClassName
{
color: #892EFF;
}
</style>
background-color css
<style>
a { background-color: #892EFF; }
a { background-color: rgb(137,46,255); }
div.DivClassName
{
background-color: #892EFF;
}
.BgClassName
{
background-color: #892EFF;
}
</style>
border-color css
<style>
span { border-color: #892EFF; }
span { border-color: rgb(137,46,255); }
td.TdClassName
{
border-color: #892EFF;
}
.TagClassName
{
border-color: #892EFF;
}
</style>