Shades of Blue Violet #893AD4
Tints of Blue Violet #893AD4
RGB
CMYK
RGB Variations
Color information
#893AD4 (or 0x893AD4) is known color: Blue Violet. HEX triplet: 89, 3A and D4. RGB value is (137,58,212). Sum of RGB (Red+Green+Blue) = 137+58+212=407 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.66% from 407); Green value is 58 (23.05% from 255 or 14.25% from 407); Blue value is 212 (83.20% from 255 or 52.09% from 407); Max value from RGB is 212 - color contains mainly: blue. Hex color #893AD4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #893AD4 is #76C52B. Grayscale: #626262. Windows color (decimal): -7783724 or 13908617. OLE color: 13908617.
HSL color Cylindrical-coordinate representation of color #893AD4: hue angle of 270.78º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #893AD4 is Cyan = 0.35, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 137 | 58 | 212 | - |
| CMYK | 0.35 | 0.73 | 0 | 0.17 |
| HSL | 270.78º | 0.64% | 0.53% | - |
| HSV(B) | 270.78º | 0.73% | 0.83% | - |
| XYZ | 23.71 | 13.1 | 63.57 | - |
| YUV | 99.18 | 191.67 | 154.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 58 | 212 | 0.35 | 0.73 | 0 | 0.17 | 270.78 | 0.64 | 0.53 |
| Hex | 89 | 3A | D4 | 23 | 49 | 0 | 11 | 10F | 40 | 35 |
| Octal | 211 | 72 | 324 | 43 | 111 | 0 | 21 | 417 | 100 | 65 |
| Binary | 10001001 | 111010 | 11010100 | 100011 | 1001001 | 0 | 10001 | 100001111 | 1000000 | 110101 |
Color Harmonies of #893AD4
Complementary color
Monochromatic Colors of #893AD4
Black with #893AD4
Text Example
Text Example
White with #893AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893AD4; }
p { color: rgb(137,58,212); }
H1.HeaderClassName
{
color: #893AD4;
}
.AnyTagClassName
{
color: #893AD4;
}
</style>
background-color css
<style>
a { background-color: #893AD4; }
a { background-color: rgb(137,58,212); }
div.DivClassName
{
background-color: #893AD4;
}
.BgClassName
{
background-color: #893AD4;
}
</style>
border-color css
<style>
span { border-color: #893AD4; }
span { border-color: rgb(137,58,212); }
td.TdClassName
{
border-color: #893AD4;
}
.TagClassName
{
border-color: #893AD4;
}
</style>