Shades of Blue Violet #892BFF
Tints of Blue Violet #892BFF
RGB
CMYK
RGB Variations
Color information
#892BFF (or 0x892BFF) is known color: Blue Violet. HEX triplet: 89, 2B and FF. RGB value is (137,43,255). Sum of RGB (Red+Green+Blue) = 137+43+255=435 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.49% from 435); Green value is 43 (17.19% from 255 or 9.89% from 435); Blue value is 255 (100% from 255 or 58.62% from 435); Max value from RGB is 255 - color contains mainly: blue. Hex color #892BFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #892BFF is #76D400. Grayscale: #5E5E5E. Windows color (decimal): -7787521 or 16722825. OLE color: 16722825.
HSL color Cylindrical-coordinate representation of color #892BFF: hue angle of 266.6º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #892BFF is Cyan = 0.46, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 137 | 43 | 255 | - |
| CMYK | 0.46 | 0.83 | 0 | 0 |
| HSL | 266.6º | 1% | 0.58% | - |
| HSV(B) | 266.6º | 0.83% | 1% | - |
| XYZ | 29.23 | 14.27 | 95.82 | - |
| YUV | 95.27 | 218.14 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 43 | 255 | 0.46 | 0.83 | 0 | 0 | 266.6 | 1 | 0.58 |
| Hex | 89 | 2B | FF | 2E | 53 | 0 | 0 | 10B | 64 | 3A |
| Octal | 211 | 53 | 377 | 56 | 123 | 0 | 0 | 413 | 144 | 72 |
| Binary | 10001001 | 101011 | 11111111 | 101110 | 1010011 | 0 | 0 | 100001011 | 1100100 | 111010 |
Color Harmonies of #892BFF
Complementary color
Monochromatic Colors of #892BFF
Black with #892BFF
Text Example
Text Example
White with #892BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892BFF; }
p { color: rgb(137,43,255); }
H1.HeaderClassName
{
color: #892BFF;
}
.AnyTagClassName
{
color: #892BFF;
}
</style>
background-color css
<style>
a { background-color: #892BFF; }
a { background-color: rgb(137,43,255); }
div.DivClassName
{
background-color: #892BFF;
}
.BgClassName
{
background-color: #892BFF;
}
</style>
border-color css
<style>
span { border-color: #892BFF; }
span { border-color: rgb(137,43,255); }
td.TdClassName
{
border-color: #892BFF;
}
.TagClassName
{
border-color: #892BFF;
}
</style>