Shades of Blue Violet #892BDE
Tints of Blue Violet #892BDE
RGB
CMYK
RGB Variations
Color information
#892BDE (or 0x892BDE) is known color: Blue Violet. HEX triplet: 89, 2B and DE. RGB value is (137,43,222). Sum of RGB (Red+Green+Blue) = 137+43+222=402 (53% of max value = 765). Red value is 137 (53.91% from 255 or 34.08% from 402); Green value is 43 (17.19% from 255 or 10.70% from 402); Blue value is 222 (87.11% from 255 or 55.22% from 402); Max value from RGB is 222 - color contains mainly: blue. Hex color #892BDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #892BDE is #76D421. Grayscale: #5A5A5A. Windows color (decimal): -7787554 or 14560137. OLE color: 14560137.
HSL color Cylindrical-coordinate representation of color #892BDE: hue angle of 271.51º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #892BDE is Cyan = 0.38, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 137 | 43 | 222 | - |
| CMYK | 0.38 | 0.81 | 0 | 0.13 |
| HSL | 271.51º | 0.73% | 0.52% | - |
| HSV(B) | 271.51º | 0.81% | 0.87% | - |
| XYZ | 24.37 | 12.32 | 70.2 | - |
| YUV | 91.51 | 201.64 | 160.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 43 | 222 | 0.38 | 0.81 | 0 | 0.13 | 271.51 | 0.73 | 0.52 |
| Hex | 89 | 2B | DE | 26 | 51 | 0 | D | 110 | 49 | 34 |
| Octal | 211 | 53 | 336 | 46 | 121 | 0 | 15 | 420 | 111 | 64 |
| Binary | 10001001 | 101011 | 11011110 | 100110 | 1010001 | 0 | 1101 | 100010000 | 1001001 | 110100 |
Color Harmonies of #892BDE
Complementary color
Monochromatic Colors of #892BDE
Black with #892BDE
Text Example
Text Example
White with #892BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892BDE; }
p { color: rgb(137,43,222); }
H1.HeaderClassName
{
color: #892BDE;
}
.AnyTagClassName
{
color: #892BDE;
}
</style>
background-color css
<style>
a { background-color: #892BDE; }
a { background-color: rgb(137,43,222); }
div.DivClassName
{
background-color: #892BDE;
}
.BgClassName
{
background-color: #892BDE;
}
</style>
border-color css
<style>
span { border-color: #892BDE; }
span { border-color: rgb(137,43,222); }
td.TdClassName
{
border-color: #892BDE;
}
.TagClassName
{
border-color: #892BDE;
}
</style>