Shades of Blue Violet #893FE7
Tints of Blue Violet #893FE7
RGB
CMYK
RGB Variations
Color information
#893FE7 (or 0x893FE7) is known color: Blue Violet. HEX triplet: 89, 3F and E7. RGB value is (137,63,231). Sum of RGB (Red+Green+Blue) = 137+63+231=431 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.79% from 431); Green value is 63 (25% from 255 or 14.62% from 431); Blue value is 231 (90.62% from 255 or 53.60% from 431); Max value from RGB is 231 - color contains mainly: blue. Hex color #893FE7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #893FE7 is #76C018. Grayscale: #676767. Windows color (decimal): -7782425 or 15155081. OLE color: 15155081.
HSL color Cylindrical-coordinate representation of color #893FE7: hue angle of 266.43º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #893FE7 is Cyan = 0.41, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 137 | 63 | 231 | - |
| CMYK | 0.41 | 0.73 | 0 | 0.09 |
| HSL | 266.43º | 0.78% | 0.58% | - |
| HSV(B) | 266.43º | 0.73% | 0.91% | - |
| XYZ | 26.52 | 14.64 | 77.03 | - |
| YUV | 104.28 | 199.52 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 63 | 231 | 0.41 | 0.73 | 0 | 0.09 | 266.43 | 0.78 | 0.58 |
| Hex | 89 | 3F | E7 | 29 | 49 | 0 | 9 | 10A | 4E | 3A |
| Octal | 211 | 77 | 347 | 51 | 111 | 0 | 11 | 412 | 116 | 72 |
| Binary | 10001001 | 111111 | 11100111 | 101001 | 1001001 | 0 | 1001 | 100001010 | 1001110 | 111010 |
Color Harmonies of #893FE7
Complementary color
Monochromatic Colors of #893FE7
Black with #893FE7
Text Example
Text Example
White with #893FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893FE7; }
p { color: rgb(137,63,231); }
H1.HeaderClassName
{
color: #893FE7;
}
.AnyTagClassName
{
color: #893FE7;
}
</style>
background-color css
<style>
a { background-color: #893FE7; }
a { background-color: rgb(137,63,231); }
div.DivClassName
{
background-color: #893FE7;
}
.BgClassName
{
background-color: #893FE7;
}
</style>
border-color css
<style>
span { border-color: #893FE7; }
span { border-color: rgb(137,63,231); }
td.TdClassName
{
border-color: #893FE7;
}
.TagClassName
{
border-color: #893FE7;
}
</style>