Shades of Blue Violet #893DD4
Tints of Blue Violet #893DD4
RGB
CMYK
RGB Variations
Color information
#893DD4 (or 0x893DD4) is known color: Blue Violet. HEX triplet: 89, 3D and D4. RGB value is (137,61,212). Sum of RGB (Red+Green+Blue) = 137+61+212=410 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.41% from 410); Green value is 61 (24.22% from 255 or 14.88% from 410); Blue value is 212 (83.20% from 255 or 51.71% from 410); Max value from RGB is 212 - color contains mainly: blue. Hex color #893DD4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #893DD4 is #76C22B. Grayscale: #646464. Windows color (decimal): -7782956 or 13909385. OLE color: 13909385.
HSL color Cylindrical-coordinate representation of color #893DD4: hue angle of 270.2º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #893DD4 is Cyan = 0.35, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 137 | 61 | 212 | - |
| CMYK | 0.35 | 0.71 | 0 | 0.17 |
| HSL | 270.2º | 0.64% | 0.54% | - |
| HSV(B) | 270.2º | 0.71% | 0.83% | - |
| XYZ | 23.87 | 13.41 | 63.62 | - |
| YUV | 100.94 | 190.68 | 153.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 61 | 212 | 0.35 | 0.71 | 0 | 0.17 | 270.2 | 0.64 | 0.54 |
| Hex | 89 | 3D | D4 | 23 | 47 | 0 | 11 | 10E | 40 | 36 |
| Octal | 211 | 75 | 324 | 43 | 107 | 0 | 21 | 416 | 100 | 66 |
| Binary | 10001001 | 111101 | 11010100 | 100011 | 1000111 | 0 | 10001 | 100001110 | 1000000 | 110110 |
Color Harmonies of #893DD4
Complementary color
Monochromatic Colors of #893DD4
Black with #893DD4
Text Example
Text Example
White with #893DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893DD4; }
p { color: rgb(137,61,212); }
H1.HeaderClassName
{
color: #893DD4;
}
.AnyTagClassName
{
color: #893DD4;
}
</style>
background-color css
<style>
a { background-color: #893DD4; }
a { background-color: rgb(137,61,212); }
div.DivClassName
{
background-color: #893DD4;
}
.BgClassName
{
background-color: #893DD4;
}
</style>
border-color css
<style>
span { border-color: #893DD4; }
span { border-color: rgb(137,61,212); }
td.TdClassName
{
border-color: #893DD4;
}
.TagClassName
{
border-color: #893DD4;
}
</style>