Shades of Blue Violet #892ADC
Tints of Blue Violet #892ADC
RGB
CMYK
RGB Variations
Color information
#892ADC (or 0x892ADC) is known color: Blue Violet. HEX triplet: 89, 2A and DC. RGB value is (137,42,220). Sum of RGB (Red+Green+Blue) = 137+42+220=399 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.34% from 399); Green value is 42 (16.80% from 255 or 10.53% from 399); Blue value is 220 (86.33% from 255 or 55.14% from 399); Max value from RGB is 220 - color contains mainly: blue. Hex color #892ADC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #892ADC is #76D523. Grayscale: #5A5A5A. Windows color (decimal): -7787812 or 14428809. OLE color: 14428809.
HSL color Cylindrical-coordinate representation of color #892ADC: hue angle of 272.02º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #892ADC is Cyan = 0.38, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 137 | 42 | 220 | - |
| CMYK | 0.38 | 0.81 | 0 | 0.14 |
| HSL | 272.02º | 0.72% | 0.51% | - |
| HSV(B) | 272.02º | 0.81% | 0.86% | - |
| XYZ | 24.06 | 12.14 | 68.79 | - |
| YUV | 90.7 | 200.97 | 161.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 42 | 220 | 0.38 | 0.81 | 0 | 0.14 | 272.02 | 0.72 | 0.51 |
| Hex | 89 | 2A | DC | 26 | 51 | 0 | E | 110 | 48 | 33 |
| Octal | 211 | 52 | 334 | 46 | 121 | 0 | 16 | 420 | 110 | 63 |
| Binary | 10001001 | 101010 | 11011100 | 100110 | 1010001 | 0 | 1110 | 100010000 | 1001000 | 110011 |
Color Harmonies of #892ADC
Complementary color
Monochromatic Colors of #892ADC
Black with #892ADC
Text Example
Text Example
White with #892ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892ADC; }
p { color: rgb(137,42,220); }
H1.HeaderClassName
{
color: #892ADC;
}
.AnyTagClassName
{
color: #892ADC;
}
</style>
background-color css
<style>
a { background-color: #892ADC; }
a { background-color: rgb(137,42,220); }
div.DivClassName
{
background-color: #892ADC;
}
.BgClassName
{
background-color: #892ADC;
}
</style>
border-color css
<style>
span { border-color: #892ADC; }
span { border-color: rgb(137,42,220); }
td.TdClassName
{
border-color: #892ADC;
}
.TagClassName
{
border-color: #892ADC;
}
</style>