Shades of Blue Violet #892FDC
Tints of Blue Violet #892FDC
RGB
CMYK
RGB Variations
Color information
#892FDC (or 0x892FDC) is known color: Blue Violet. HEX triplet: 89, 2F and DC. RGB value is (137,47,220). Sum of RGB (Red+Green+Blue) = 137+47+220=404 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.91% from 404); Green value is 47 (18.75% from 255 or 11.63% from 404); Blue value is 220 (86.33% from 255 or 54.46% from 404); Max value from RGB is 220 - color contains mainly: blue. Hex color #892FDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #892FDC is #76D023. Grayscale: #5D5D5D. Windows color (decimal): -7786532 or 14430089. OLE color: 14430089.
HSL color Cylindrical-coordinate representation of color #892FDC: hue angle of 271.21º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #892FDC is Cyan = 0.38, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 137 | 47 | 220 | - |
| CMYK | 0.38 | 0.79 | 0 | 0.14 |
| HSL | 271.21º | 0.71% | 0.52% | - |
| HSV(B) | 271.21º | 0.79% | 0.86% | - |
| XYZ | 24.25 | 12.52 | 68.85 | - |
| YUV | 93.63 | 199.32 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 47 | 220 | 0.38 | 0.79 | 0 | 0.14 | 271.21 | 0.71 | 0.52 |
| Hex | 89 | 2F | DC | 26 | 4F | 0 | E | 10F | 47 | 34 |
| Octal | 211 | 57 | 334 | 46 | 117 | 0 | 16 | 417 | 107 | 64 |
| Binary | 10001001 | 101111 | 11011100 | 100110 | 1001111 | 0 | 1110 | 100001111 | 1000111 | 110100 |
Color Harmonies of #892FDC
Complementary color
Monochromatic Colors of #892FDC
Black with #892FDC
Text Example
Text Example
White with #892FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892FDC; }
p { color: rgb(137,47,220); }
H1.HeaderClassName
{
color: #892FDC;
}
.AnyTagClassName
{
color: #892FDC;
}
</style>
background-color css
<style>
a { background-color: #892FDC; }
a { background-color: rgb(137,47,220); }
div.DivClassName
{
background-color: #892FDC;
}
.BgClassName
{
background-color: #892FDC;
}
</style>
border-color css
<style>
span { border-color: #892FDC; }
span { border-color: rgb(137,47,220); }
td.TdClassName
{
border-color: #892FDC;
}
.TagClassName
{
border-color: #892FDC;
}
</style>