Shades of Blue Violet #893EDF
Tints of Blue Violet #893EDF
RGB
CMYK
RGB Variations
Color information
#893EDF (or 0x893EDF) is known color: Blue Violet. HEX triplet: 89, 3E and DF. RGB value is (137,62,223). Sum of RGB (Red+Green+Blue) = 137+62+223=422 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.46% from 422); Green value is 62 (24.61% from 255 or 14.69% from 422); Blue value is 223 (87.5% from 255 or 52.84% from 422); Max value from RGB is 223 - color contains mainly: blue. Hex color #893EDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #893EDF is #76C120. Grayscale: #666666. Windows color (decimal): -7782689 or 14630537. OLE color: 14630537.
HSL color Cylindrical-coordinate representation of color #893EDF: hue angle of 267.95º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #893EDF is Cyan = 0.39, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 137 | 62 | 223 | - |
| CMYK | 0.39 | 0.72 | 0 | 0.13 |
| HSL | 267.95º | 0.72% | 0.56% | - |
| HSV(B) | 267.95º | 0.72% | 0.87% | - |
| XYZ | 25.36 | 14.09 | 71.2 | - |
| YUV | 102.78 | 195.85 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 62 | 223 | 0.39 | 0.72 | 0 | 0.13 | 267.95 | 0.72 | 0.56 |
| Hex | 89 | 3E | DF | 27 | 48 | 0 | D | 10C | 48 | 38 |
| Octal | 211 | 76 | 337 | 47 | 110 | 0 | 15 | 414 | 110 | 70 |
| Binary | 10001001 | 111110 | 11011111 | 100111 | 1001000 | 0 | 1101 | 100001100 | 1001000 | 111000 |
Color Harmonies of #893EDF
Complementary color
Monochromatic Colors of #893EDF
Black with #893EDF
Text Example
Text Example
White with #893EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893EDF; }
p { color: rgb(137,62,223); }
H1.HeaderClassName
{
color: #893EDF;
}
.AnyTagClassName
{
color: #893EDF;
}
</style>
background-color css
<style>
a { background-color: #893EDF; }
a { background-color: rgb(137,62,223); }
div.DivClassName
{
background-color: #893EDF;
}
.BgClassName
{
background-color: #893EDF;
}
</style>
border-color css
<style>
span { border-color: #893EDF; }
span { border-color: rgb(137,62,223); }
td.TdClassName
{
border-color: #893EDF;
}
.TagClassName
{
border-color: #893EDF;
}
</style>