Shades of Blue Violet #892CEB
Tints of Blue Violet #892CEB
RGB
CMYK
RGB Variations
Color information
#892CEB (or 0x892CEB) is known color: Blue Violet. HEX triplet: 89, 2C and EB. RGB value is (137,44,235). Sum of RGB (Red+Green+Blue) = 137+44+235=416 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.93% from 416); Green value is 44 (17.58% from 255 or 10.58% from 416); Blue value is 235 (92.19% from 255 or 56.49% from 416); Max value from RGB is 235 - color contains mainly: blue. Hex color #892CEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #892CEB is #76D314. Grayscale: #5C5C5C. Windows color (decimal): -7787285 or 15412361. OLE color: 15412361.
HSL color Cylindrical-coordinate representation of color #892CEB: hue angle of 269.21º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #892CEB is Cyan = 0.42, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 137 | 44 | 235 | - |
| CMYK | 0.42 | 0.81 | 0 | 0.08 |
| HSL | 269.21º | 0.83% | 0.55% | - |
| HSV(B) | 269.21º | 0.81% | 0.92% | - |
| XYZ | 26.21 | 13.12 | 79.75 | - |
| YUV | 93.58 | 207.81 | 158.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 44 | 235 | 0.42 | 0.81 | 0 | 0.08 | 269.21 | 0.83 | 0.55 |
| Hex | 89 | 2C | EB | 2A | 51 | 0 | 8 | 10D | 53 | 37 |
| Octal | 211 | 54 | 353 | 52 | 121 | 0 | 10 | 415 | 123 | 67 |
| Binary | 10001001 | 101100 | 11101011 | 101010 | 1010001 | 0 | 1000 | 100001101 | 1010011 | 110111 |
Color Harmonies of #892CEB
Complementary color
Monochromatic Colors of #892CEB
Black with #892CEB
Text Example
Text Example
White with #892CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892CEB; }
p { color: rgb(137,44,235); }
H1.HeaderClassName
{
color: #892CEB;
}
.AnyTagClassName
{
color: #892CEB;
}
</style>
background-color css
<style>
a { background-color: #892CEB; }
a { background-color: rgb(137,44,235); }
div.DivClassName
{
background-color: #892CEB;
}
.BgClassName
{
background-color: #892CEB;
}
</style>
border-color css
<style>
span { border-color: #892CEB; }
span { border-color: rgb(137,44,235); }
td.TdClassName
{
border-color: #892CEB;
}
.TagClassName
{
border-color: #892CEB;
}
</style>