Shades of Blue Violet #893CFF
Tints of Blue Violet #893CFF
RGB
CMYK
RGB Variations
Color information
#893CFF (or 0x893CFF) is known color: Blue Violet. HEX triplet: 89, 3C and FF. RGB value is (137,60,255). Sum of RGB (Red+Green+Blue) = 137+60+255=452 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.31% from 452); Green value is 60 (23.83% from 255 or 13.27% from 452); Blue value is 255 (100% from 255 or 56.42% from 452); Max value from RGB is 255 - color contains mainly: blue. Hex color #893CFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #893CFF is #76C300. Grayscale: #686868. Windows color (decimal): -7783169 or 16727177. OLE color: 16727177.
HSL color Cylindrical-coordinate representation of color #893CFF: hue angle of 263.69º 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 #893CFF is Cyan = 0.46, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 137 | 60 | 255 | - |
| CMYK | 0.46 | 0.76 | 0 | 0 |
| HSL | 263.69º | 1% | 0.62% | - |
| HSV(B) | 263.69º | 0.76% | 1% | - |
| XYZ | 29.98 | 15.77 | 96.07 | - |
| YUV | 105.25 | 212.51 | 150.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 60 | 255 | 0.46 | 0.76 | 0 | 0 | 263.69 | 1 | 0.62 |
| Hex | 89 | 3C | FF | 2E | 4C | 0 | 0 | 108 | 64 | 3E |
| Octal | 211 | 74 | 377 | 56 | 114 | 0 | 0 | 410 | 144 | 76 |
| Binary | 10001001 | 111100 | 11111111 | 101110 | 1001100 | 0 | 0 | 100001000 | 1100100 | 111110 |
Color Harmonies of #893CFF
Complementary color
Monochromatic Colors of #893CFF
Black with #893CFF
Text Example
Text Example
White with #893CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893CFF; }
p { color: rgb(137,60,255); }
H1.HeaderClassName
{
color: #893CFF;
}
.AnyTagClassName
{
color: #893CFF;
}
</style>
background-color css
<style>
a { background-color: #893CFF; }
a { background-color: rgb(137,60,255); }
div.DivClassName
{
background-color: #893CFF;
}
.BgClassName
{
background-color: #893CFF;
}
</style>
border-color css
<style>
span { border-color: #893CFF; }
span { border-color: rgb(137,60,255); }
td.TdClassName
{
border-color: #893CFF;
}
.TagClassName
{
border-color: #893CFF;
}
</style>