Shades of Blue Violet #892DE5
Tints of Blue Violet #892DE5
RGB
CMYK
RGB Variations
Color information
#892DE5 (or 0x892DE5) is known color: Blue Violet. HEX triplet: 89, 2D and E5. RGB value is (137,45,229). Sum of RGB (Red+Green+Blue) = 137+45+229=411 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.33% from 411); Green value is 45 (17.97% from 255 or 10.95% from 411); Blue value is 229 (89.84% from 255 or 55.72% from 411); Max value from RGB is 229 - color contains mainly: blue. Hex color #892DE5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #892DE5 is #76D21A. Grayscale: #5C5C5C. Windows color (decimal): -7787035 or 15019401. OLE color: 15019401.
HSL color Cylindrical-coordinate representation of color #892DE5: hue angle of 270º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #892DE5 is Cyan = 0.40, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 137 | 45 | 229 | - |
| CMYK | 0.40 | 0.80 | 0 | 0.10 |
| HSL | 270º | 0.78% | 0.54% | - |
| HSV(B) | 270º | 0.8% | 0.9% | - |
| XYZ | 25.4 | 12.85 | 75.27 | - |
| YUV | 93.48 | 204.48 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 45 | 229 | 0.40 | 0.80 | 0 | 0.10 | 270 | 0.78 | 0.54 |
| Hex | 89 | 2D | E5 | 28 | 50 | 0 | A | 10E | 4E | 36 |
| Octal | 211 | 55 | 345 | 50 | 120 | 0 | 12 | 416 | 116 | 66 |
| Binary | 10001001 | 101101 | 11100101 | 101000 | 1010000 | 0 | 1010 | 100001110 | 1001110 | 110110 |
Color Harmonies of #892DE5
Complementary color
Monochromatic Colors of #892DE5
Black with #892DE5
Text Example
Text Example
White with #892DE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892DE5; }
p { color: rgb(137,45,229); }
H1.HeaderClassName
{
color: #892DE5;
}
.AnyTagClassName
{
color: #892DE5;
}
</style>
background-color css
<style>
a { background-color: #892DE5; }
a { background-color: rgb(137,45,229); }
div.DivClassName
{
background-color: #892DE5;
}
.BgClassName
{
background-color: #892DE5;
}
</style>
border-color css
<style>
span { border-color: #892DE5; }
span { border-color: rgb(137,45,229); }
td.TdClassName
{
border-color: #892DE5;
}
.TagClassName
{
border-color: #892DE5;
}
</style>