Shades of Blue Violet #892BD2
Tints of Blue Violet #892BD2
RGB
CMYK
RGB Variations
Color information
#892BD2 (or 0x892BD2) is known color: Blue Violet. HEX triplet: 89, 2B and D2. RGB value is (137,43,210). Sum of RGB (Red+Green+Blue) = 137+43+210=390 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.13% from 390); Green value is 43 (17.19% from 255 or 11.03% from 390); Blue value is 210 (82.42% from 255 or 53.85% from 390); Max value from RGB is 210 - color contains mainly: blue. Hex color #892BD2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #892BD2 is #76D42D. Grayscale: #595959. Windows color (decimal): -7787566 or 13773705. OLE color: 13773705.
HSL color Cylindrical-coordinate representation of color #892BD2: hue angle of 273.77º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #892BD2 is Cyan = 0.35, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 137 | 43 | 210 | - |
| CMYK | 0.35 | 0.80 | 0 | 0.18 |
| HSL | 273.77º | 0.66% | 0.5% | - |
| HSV(B) | 273.77º | 0.8% | 0.82% | - |
| XYZ | 22.81 | 11.7 | 62.03 | - |
| YUV | 90.14 | 195.64 | 161.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 43 | 210 | 0.35 | 0.80 | 0 | 0.18 | 273.77 | 0.66 | 0.5 |
| Hex | 89 | 2B | D2 | 23 | 50 | 0 | 12 | 112 | 42 | 32 |
| Octal | 211 | 53 | 322 | 43 | 120 | 0 | 22 | 422 | 102 | 62 |
| Binary | 10001001 | 101011 | 11010010 | 100011 | 1010000 | 0 | 10010 | 100010010 | 1000010 | 110010 |
Color Harmonies of #892BD2
Complementary color
Monochromatic Colors of #892BD2
Black with #892BD2
Text Example
Text Example
White with #892BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892BD2; }
p { color: rgb(137,43,210); }
H1.HeaderClassName
{
color: #892BD2;
}
.AnyTagClassName
{
color: #892BD2;
}
</style>
background-color css
<style>
a { background-color: #892BD2; }
a { background-color: rgb(137,43,210); }
div.DivClassName
{
background-color: #892BD2;
}
.BgClassName
{
background-color: #892BD2;
}
</style>
border-color css
<style>
span { border-color: #892BD2; }
span { border-color: rgb(137,43,210); }
td.TdClassName
{
border-color: #892BD2;
}
.TagClassName
{
border-color: #892BD2;
}
</style>