Shades of Blue Violet #892AFC
Tints of Blue Violet #892AFC
RGB
CMYK
RGB Variations
Color information
#892AFC (or 0x892AFC) is known color: Blue Violet. HEX triplet: 89, 2A and FC. RGB value is (137,42,252). Sum of RGB (Red+Green+Blue) = 137+42+252=431 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.79% from 431); Green value is 42 (16.80% from 255 or 9.74% from 431); Blue value is 252 (98.83% from 255 or 58.47% from 431); Max value from RGB is 252 - color contains mainly: blue. Hex color #892AFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #892AFC is #76D503. Grayscale: #5D5D5D. Windows color (decimal): -7787780 or 16525961. OLE color: 16525961.
HSL color Cylindrical-coordinate representation of color #892AFC: hue angle of 267.14º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #892AFC is Cyan = 0.46, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 137 | 42 | 252 | - |
| CMYK | 0.46 | 0.83 | 0 | 0.01 |
| HSL | 267.14º | 0.97% | 0.58% | - |
| HSV(B) | 267.14º | 0.83% | 0.99% | - |
| XYZ | 28.72 | 14 | 93.28 | - |
| YUV | 94.35 | 216.97 | 158.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 42 | 252 | 0.46 | 0.83 | 0 | 0.01 | 267.14 | 0.97 | 0.58 |
| Hex | 89 | 2A | FC | 2E | 53 | 0 | 1 | 10B | 61 | 3A |
| Octal | 211 | 52 | 374 | 56 | 123 | 0 | 1 | 413 | 141 | 72 |
| Binary | 10001001 | 101010 | 11111100 | 101110 | 1010011 | 0 | 1 | 100001011 | 1100001 | 111010 |
Color Harmonies of #892AFC
Complementary color
Monochromatic Colors of #892AFC
Black with #892AFC
Text Example
Text Example
White with #892AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892AFC; }
p { color: rgb(137,42,252); }
H1.HeaderClassName
{
color: #892AFC;
}
.AnyTagClassName
{
color: #892AFC;
}
</style>
background-color css
<style>
a { background-color: #892AFC; }
a { background-color: rgb(137,42,252); }
div.DivClassName
{
background-color: #892AFC;
}
.BgClassName
{
background-color: #892AFC;
}
</style>
border-color css
<style>
span { border-color: #892AFC; }
span { border-color: rgb(137,42,252); }
td.TdClassName
{
border-color: #892AFC;
}
.TagClassName
{
border-color: #892AFC;
}
</style>