Shades of Blue Violet #892FFB
Tints of Blue Violet #892FFB
RGB
CMYK
RGB Variations
Color information
#892FFB (or 0x892FFB) is known color: Blue Violet. HEX triplet: 89, 2F and FB. RGB value is (137,47,251). Sum of RGB (Red+Green+Blue) = 137+47+251=435 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.49% from 435); Green value is 47 (18.75% from 255 or 10.80% from 435); Blue value is 251 (98.44% from 255 or 57.70% from 435); Max value from RGB is 251 - color contains mainly: blue. Hex color #892FFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #892FFB is #76D004. Grayscale: #606060. Windows color (decimal): -7786501 or 16461705. OLE color: 16461705.
HSL color Cylindrical-coordinate representation of color #892FFB: hue angle of 266.47º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #892FFB is Cyan = 0.45, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 137 | 47 | 251 | - |
| CMYK | 0.45 | 0.81 | 0 | 0.02 |
| HSL | 266.47º | 0.96% | 0.58% | - |
| HSV(B) | 266.47º | 0.81% | 0.98% | - |
| XYZ | 28.75 | 14.32 | 92.52 | - |
| YUV | 97.17 | 214.82 | 156.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 47 | 251 | 0.45 | 0.81 | 0 | 0.02 | 266.47 | 0.96 | 0.58 |
| Hex | 89 | 2F | FB | 2D | 51 | 0 | 2 | 10A | 60 | 3A |
| Octal | 211 | 57 | 373 | 55 | 121 | 0 | 2 | 412 | 140 | 72 |
| Binary | 10001001 | 101111 | 11111011 | 101101 | 1010001 | 0 | 10 | 100001010 | 1100000 | 111010 |
Color Harmonies of #892FFB
Complementary color
Monochromatic Colors of #892FFB
Black with #892FFB
Text Example
Text Example
White with #892FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892FFB; }
p { color: rgb(137,47,251); }
H1.HeaderClassName
{
color: #892FFB;
}
.AnyTagClassName
{
color: #892FFB;
}
</style>
background-color css
<style>
a { background-color: #892FFB; }
a { background-color: rgb(137,47,251); }
div.DivClassName
{
background-color: #892FFB;
}
.BgClassName
{
background-color: #892FFB;
}
</style>
border-color css
<style>
span { border-color: #892FFB; }
span { border-color: rgb(137,47,251); }
td.TdClassName
{
border-color: #892FFB;
}
.TagClassName
{
border-color: #892FFB;
}
</style>