Shades of Blue Violet #892BD1
Tints of Blue Violet #892BD1
RGB
CMYK
RGB Variations
Color information
#892BD1 (or 0x892BD1) is known color: Blue Violet. HEX triplet: 89, 2B and D1. RGB value is (137,43,209). Sum of RGB (Red+Green+Blue) = 137+43+209=389 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.22% from 389); Green value is 43 (17.19% from 255 or 11.05% from 389); Blue value is 209 (82.03% from 255 or 53.73% from 389); Max value from RGB is 209 - color contains mainly: blue. Hex color #892BD1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #892BD1 is #76D42E. Grayscale: #595959. Windows color (decimal): -7787567 or 13708169. OLE color: 13708169.
HSL color Cylindrical-coordinate representation of color #892BD1: hue angle of 273.98º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #892BD1 is Cyan = 0.34, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 137 | 43 | 209 | - |
| CMYK | 0.34 | 0.79 | 0 | 0.18 |
| HSL | 273.98º | 0.66% | 0.49% | - |
| HSV(B) | 273.98º | 0.79% | 0.82% | - |
| XYZ | 22.69 | 11.65 | 61.37 | - |
| YUV | 90.03 | 195.14 | 161.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 43 | 209 | 0.34 | 0.79 | 0 | 0.18 | 273.98 | 0.66 | 0.49 |
| Hex | 89 | 2B | D1 | 22 | 4F | 0 | 12 | 112 | 42 | 31 |
| Octal | 211 | 53 | 321 | 42 | 117 | 0 | 22 | 422 | 102 | 61 |
| Binary | 10001001 | 101011 | 11010001 | 100010 | 1001111 | 0 | 10010 | 100010010 | 1000010 | 110001 |
Color Harmonies of #892BD1
Complementary color
Monochromatic Colors of #892BD1
Black with #892BD1
Text Example
Text Example
White with #892BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892BD1; }
p { color: rgb(137,43,209); }
H1.HeaderClassName
{
color: #892BD1;
}
.AnyTagClassName
{
color: #892BD1;
}
</style>
background-color css
<style>
a { background-color: #892BD1; }
a { background-color: rgb(137,43,209); }
div.DivClassName
{
background-color: #892BD1;
}
.BgClassName
{
background-color: #892BD1;
}
</style>
border-color css
<style>
span { border-color: #892BD1; }
span { border-color: rgb(137,43,209); }
td.TdClassName
{
border-color: #892BD1;
}
.TagClassName
{
border-color: #892BD1;
}
</style>