Shades of Blue Violet #893ED2
Tints of Blue Violet #893ED2
RGB
CMYK
RGB Variations
Color information
#893ED2 (or 0x893ED2) is known color: Blue Violet. HEX triplet: 89, 3E and D2. RGB value is (137,62,210). Sum of RGB (Red+Green+Blue) = 137+62+210=409 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.50% from 409); Green value is 62 (24.61% from 255 or 15.16% from 409); Blue value is 210 (82.42% from 255 or 51.34% from 409); Max value from RGB is 210 - color contains mainly: blue. Hex color #893ED2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #893ED2 is #76C12D. Grayscale: #646464. Windows color (decimal): -7782702 or 13778569. OLE color: 13778569.
HSL color Cylindrical-coordinate representation of color #893ED2: hue angle of 270.41º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #893ED2 is Cyan = 0.35, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 137 | 62 | 210 | - |
| CMYK | 0.35 | 0.70 | 0 | 0.18 |
| HSL | 270.41º | 0.62% | 0.53% | - |
| HSV(B) | 270.41º | 0.7% | 0.82% | - |
| XYZ | 23.67 | 13.42 | 62.31 | - |
| YUV | 101.3 | 189.35 | 153.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 62 | 210 | 0.35 | 0.70 | 0 | 0.18 | 270.41 | 0.62 | 0.53 |
| Hex | 89 | 3E | D2 | 23 | 46 | 0 | 12 | 10E | 3E | 35 |
| Octal | 211 | 76 | 322 | 43 | 106 | 0 | 22 | 416 | 76 | 65 |
| Binary | 10001001 | 111110 | 11010010 | 100011 | 1000110 | 0 | 10010 | 100001110 | 111110 | 110101 |
Color Harmonies of #893ED2
Complementary color
Monochromatic Colors of #893ED2
Black with #893ED2
Text Example
Text Example
White with #893ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893ED2; }
p { color: rgb(137,62,210); }
H1.HeaderClassName
{
color: #893ED2;
}
.AnyTagClassName
{
color: #893ED2;
}
</style>
background-color css
<style>
a { background-color: #893ED2; }
a { background-color: rgb(137,62,210); }
div.DivClassName
{
background-color: #893ED2;
}
.BgClassName
{
background-color: #893ED2;
}
</style>
border-color css
<style>
span { border-color: #893ED2; }
span { border-color: rgb(137,62,210); }
td.TdClassName
{
border-color: #893ED2;
}
.TagClassName
{
border-color: #893ED2;
}
</style>