Shades of Blue Violet #8938FF
Tints of Blue Violet #8938FF
RGB
CMYK
RGB Variations
Color information
#8938FF (or 0x8938FF) is known color: Blue Violet. HEX triplet: 89, 38 and FF. RGB value is (137,56,255). Sum of RGB (Red+Green+Blue) = 137+56+255=448 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.58% from 448); Green value is 56 (22.27% from 255 or 12.5% from 448); Blue value is 255 (100% from 255 or 56.92% from 448); Max value from RGB is 255 - color contains mainly: blue. Hex color #8938FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8938FF is #76C700. Grayscale: #666666. Windows color (decimal): -7784193 or 16726153. OLE color: 16726153.
HSL color Cylindrical-coordinate representation of color #8938FF: hue angle of 264.42º 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 #8938FF is Cyan = 0.46, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 137 | 56 | 255 | - |
| CMYK | 0.46 | 0.78 | 0 | 0 |
| HSL | 264.42º | 1% | 0.61% | - |
| HSV(B) | 264.42º | 0.78% | 1% | - |
| XYZ | 29.78 | 15.37 | 96 | - |
| YUV | 102.91 | 213.84 | 152.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 56 | 255 | 0.46 | 0.78 | 0 | 0 | 264.42 | 1 | 0.61 |
| Hex | 89 | 38 | FF | 2E | 4E | 0 | 0 | 108 | 64 | 3D |
| Octal | 211 | 70 | 377 | 56 | 116 | 0 | 0 | 410 | 144 | 75 |
| Binary | 10001001 | 111000 | 11111111 | 101110 | 1001110 | 0 | 0 | 100001000 | 1100100 | 111101 |
Color Harmonies of #8938FF
Complementary color
Monochromatic Colors of #8938FF
Black with #8938FF
Text Example
Text Example
White with #8938FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8938FF; }
p { color: rgb(137,56,255); }
H1.HeaderClassName
{
color: #8938FF;
}
.AnyTagClassName
{
color: #8938FF;
}
</style>
background-color css
<style>
a { background-color: #8938FF; }
a { background-color: rgb(137,56,255); }
div.DivClassName
{
background-color: #8938FF;
}
.BgClassName
{
background-color: #8938FF;
}
</style>
border-color css
<style>
span { border-color: #8938FF; }
span { border-color: rgb(137,56,255); }
td.TdClassName
{
border-color: #8938FF;
}
.TagClassName
{
border-color: #8938FF;
}
</style>