Shades of Blue Violet #892DD4
Tints of Blue Violet #892DD4
RGB
CMYK
RGB Variations
Color information
#892DD4 (or 0x892DD4) is known color: Blue Violet. HEX triplet: 89, 2D and D4. RGB value is (137,45,212). Sum of RGB (Red+Green+Blue) = 137+45+212=394 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.77% from 394); Green value is 45 (17.97% from 255 or 11.42% from 394); Blue value is 212 (83.20% from 255 or 53.81% from 394); Max value from RGB is 212 - color contains mainly: blue. Hex color #892DD4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #892DD4 is #76D22B. Grayscale: #5A5A5A. Windows color (decimal): -7787052 or 13905289. OLE color: 13905289.
HSL color Cylindrical-coordinate representation of color #892DD4: hue angle of 273.05º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #892DD4 is Cyan = 0.35, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 137 | 45 | 212 | - |
| CMYK | 0.35 | 0.79 | 0 | 0.17 |
| HSL | 273.05º | 0.66% | 0.5% | - |
| HSV(B) | 273.05º | 0.79% | 0.83% | - |
| XYZ | 23.14 | 11.95 | 63.37 | - |
| YUV | 91.55 | 195.98 | 160.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 45 | 212 | 0.35 | 0.79 | 0 | 0.17 | 273.05 | 0.66 | 0.5 |
| Hex | 89 | 2D | D4 | 23 | 4F | 0 | 11 | 111 | 42 | 32 |
| Octal | 211 | 55 | 324 | 43 | 117 | 0 | 21 | 421 | 102 | 62 |
| Binary | 10001001 | 101101 | 11010100 | 100011 | 1001111 | 0 | 10001 | 100010001 | 1000010 | 110010 |
Color Harmonies of #892DD4
Complementary color
Monochromatic Colors of #892DD4
Black with #892DD4
Text Example
Text Example
White with #892DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892DD4; }
p { color: rgb(137,45,212); }
H1.HeaderClassName
{
color: #892DD4;
}
.AnyTagClassName
{
color: #892DD4;
}
</style>
background-color css
<style>
a { background-color: #892DD4; }
a { background-color: rgb(137,45,212); }
div.DivClassName
{
background-color: #892DD4;
}
.BgClassName
{
background-color: #892DD4;
}
</style>
border-color css
<style>
span { border-color: #892DD4; }
span { border-color: rgb(137,45,212); }
td.TdClassName
{
border-color: #892DD4;
}
.TagClassName
{
border-color: #892DD4;
}
</style>