Shades of Blue Violet #892EFE
Tints of Blue Violet #892EFE
RGB
CMYK
RGB Variations
Color information
#892EFE (or 0x892EFE) is known color: Blue Violet. HEX triplet: 89, 2E and FE. RGB value is (137,46,254). Sum of RGB (Red+Green+Blue) = 137+46+254=437 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.35% from 437); Green value is 46 (18.36% from 255 or 10.53% from 437); Blue value is 254 (99.61% from 255 or 58.12% from 437); Max value from RGB is 254 - color contains mainly: blue. Hex color #892EFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #892EFE is #76D101. Grayscale: #606060. Windows color (decimal): -7786754 or 16658057. OLE color: 16658057.
HSL color Cylindrical-coordinate representation of color #892EFE: hue angle of 266.25º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #892EFE is Cyan = 0.46, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 137 | 46 | 254 | - |
| CMYK | 0.46 | 0.82 | 0 | 0.00 |
| HSL | 266.25º | 0.99% | 0.59% | - |
| HSV(B) | 266.25º | 0.82% | 1% | - |
| XYZ | 29.18 | 14.43 | 95.01 | - |
| YUV | 96.92 | 216.65 | 156.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 46 | 254 | 0.46 | 0.82 | 0 | 0.00 | 266.25 | 0.99 | 0.59 |
| Hex | 89 | 2E | FE | 2E | 52 | 0 | 0 | 10A | 63 | 3B |
| Octal | 211 | 56 | 376 | 56 | 122 | 0 | 0 | 412 | 143 | 73 |
| Binary | 10001001 | 101110 | 11111110 | 101110 | 1010010 | 0 | 0 | 100001010 | 1100011 | 111011 |
Color Harmonies of #892EFE
Complementary color
Monochromatic Colors of #892EFE
Black with #892EFE
Text Example
Text Example
White with #892EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892EFE; }
p { color: rgb(137,46,254); }
H1.HeaderClassName
{
color: #892EFE;
}
.AnyTagClassName
{
color: #892EFE;
}
</style>
background-color css
<style>
a { background-color: #892EFE; }
a { background-color: rgb(137,46,254); }
div.DivClassName
{
background-color: #892EFE;
}
.BgClassName
{
background-color: #892EFE;
}
</style>
border-color css
<style>
span { border-color: #892EFE; }
span { border-color: rgb(137,46,254); }
td.TdClassName
{
border-color: #892EFE;
}
.TagClassName
{
border-color: #892EFE;
}
</style>