Shades of Blue Violet #893DFF
Tints of Blue Violet #893DFF
RGB
CMYK
RGB Variations
Color information
#893DFF (or 0x893DFF) is known color: Blue Violet. HEX triplet: 89, 3D and FF. RGB value is (137,61,255). Sum of RGB (Red+Green+Blue) = 137+61+255=453 (60% of max value = 765). Red value is 137 (53.91% from 255 or 30.24% from 453); Green value is 61 (24.22% from 255 or 13.47% from 453); Blue value is 255 (100% from 255 or 56.29% from 453); Max value from RGB is 255 - color contains mainly: blue. Hex color #893DFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #893DFF is #76C200. Grayscale: #696969. Windows color (decimal): -7782913 or 16727433. OLE color: 16727433.
HSL color Cylindrical-coordinate representation of color #893DFF: hue angle of 263.51º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #893DFF is Cyan = 0.46, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 137 | 61 | 255 | - |
| CMYK | 0.46 | 0.76 | 0 | 0 |
| HSL | 263.51º | 1% | 0.62% | - |
| HSV(B) | 263.51º | 0.76% | 1% | - |
| XYZ | 30.04 | 15.88 | 96.09 | - |
| YUV | 105.84 | 212.18 | 150.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 61 | 255 | 0.46 | 0.76 | 0 | 0 | 263.51 | 1 | 0.62 |
| Hex | 89 | 3D | FF | 2E | 4C | 0 | 0 | 108 | 64 | 3E |
| Octal | 211 | 75 | 377 | 56 | 114 | 0 | 0 | 410 | 144 | 76 |
| Binary | 10001001 | 111101 | 11111111 | 101110 | 1001100 | 0 | 0 | 100001000 | 1100100 | 111110 |
Color Harmonies of #893DFF
Complementary color
Monochromatic Colors of #893DFF
Black with #893DFF
Text Example
Text Example
White with #893DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893DFF; }
p { color: rgb(137,61,255); }
H1.HeaderClassName
{
color: #893DFF;
}
.AnyTagClassName
{
color: #893DFF;
}
</style>
background-color css
<style>
a { background-color: #893DFF; }
a { background-color: rgb(137,61,255); }
div.DivClassName
{
background-color: #893DFF;
}
.BgClassName
{
background-color: #893DFF;
}
</style>
border-color css
<style>
span { border-color: #893DFF; }
span { border-color: rgb(137,61,255); }
td.TdClassName
{
border-color: #893DFF;
}
.TagClassName
{
border-color: #893DFF;
}
</style>