Shades of Blue Violet #8939FF
Tints of Blue Violet #8939FF
RGB
CMYK
RGB Variations
Color information
#8939FF (or 0x8939FF) is known color: Blue Violet. HEX triplet: 89, 39 and FF. RGB value is (137,57,255). Sum of RGB (Red+Green+Blue) = 137+57+255=449 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.51% from 449); Green value is 57 (22.66% from 255 or 12.69% from 449); Blue value is 255 (100% from 255 or 56.79% from 449); Max value from RGB is 255 - color contains mainly: blue. Hex color #8939FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8939FF is #76C600. Grayscale: #666666. Windows color (decimal): -7783937 or 16726409. OLE color: 16726409.
HSL color Cylindrical-coordinate representation of color #8939FF: hue angle of 264.24º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8939FF is Cyan = 0.46, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 137 | 57 | 255 | - |
| CMYK | 0.46 | 0.78 | 0 | 0 |
| HSL | 264.24º | 1% | 0.61% | - |
| HSV(B) | 264.24º | 0.78% | 1% | - |
| XYZ | 29.83 | 15.46 | 96.02 | - |
| YUV | 103.49 | 213.5 | 151.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 57 | 255 | 0.46 | 0.78 | 0 | 0 | 264.24 | 1 | 0.61 |
| Hex | 89 | 39 | FF | 2E | 4E | 0 | 0 | 108 | 64 | 3D |
| Octal | 211 | 71 | 377 | 56 | 116 | 0 | 0 | 410 | 144 | 75 |
| Binary | 10001001 | 111001 | 11111111 | 101110 | 1001110 | 0 | 0 | 100001000 | 1100100 | 111101 |
Color Harmonies of #8939FF
Complementary color
Monochromatic Colors of #8939FF
Black with #8939FF
Text Example
Text Example
White with #8939FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8939FF; }
p { color: rgb(137,57,255); }
H1.HeaderClassName
{
color: #8939FF;
}
.AnyTagClassName
{
color: #8939FF;
}
</style>
background-color css
<style>
a { background-color: #8939FF; }
a { background-color: rgb(137,57,255); }
div.DivClassName
{
background-color: #8939FF;
}
.BgClassName
{
background-color: #8939FF;
}
</style>
border-color css
<style>
span { border-color: #8939FF; }
span { border-color: rgb(137,57,255); }
td.TdClassName
{
border-color: #8939FF;
}
.TagClassName
{
border-color: #8939FF;
}
</style>