Shades of Blue Violet #8938EE
Tints of Blue Violet #8938EE
RGB
CMYK
RGB Variations
Color information
#8938EE (or 0x8938EE) is known color: Blue Violet. HEX triplet: 89, 38 and EE. RGB value is (137,56,238). Sum of RGB (Red+Green+Blue) = 137+56+238=431 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.79% from 431); Green value is 56 (22.27% from 255 or 12.99% from 431); Blue value is 238 (93.36% from 255 or 55.22% from 431); Max value from RGB is 238 - color contains mainly: blue. Hex color #8938EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8938EE is #76C711. Grayscale: #646464. Windows color (decimal): -7784210 or 15612041. OLE color: 15612041.
HSL color Cylindrical-coordinate representation of color #8938EE: hue angle of 266.7º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8938EE is Cyan = 0.42, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 137 | 56 | 238 | - |
| CMYK | 0.42 | 0.76 | 0 | 0.07 |
| HSL | 266.7º | 0.84% | 0.58% | - |
| HSV(B) | 266.7º | 0.76% | 0.93% | - |
| XYZ | 27.16 | 14.32 | 82.22 | - |
| YUV | 100.97 | 205.34 | 153.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 56 | 238 | 0.42 | 0.76 | 0 | 0.07 | 266.7 | 0.84 | 0.58 |
| Hex | 89 | 38 | EE | 2A | 4C | 0 | 7 | 10B | 54 | 3A |
| Octal | 211 | 70 | 356 | 52 | 114 | 0 | 7 | 413 | 124 | 72 |
| Binary | 10001001 | 111000 | 11101110 | 101010 | 1001100 | 0 | 111 | 100001011 | 1010100 | 111010 |
Color Harmonies of #8938EE
Complementary color
Monochromatic Colors of #8938EE
Black with #8938EE
Text Example
Text Example
White with #8938EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8938EE; }
p { color: rgb(137,56,238); }
H1.HeaderClassName
{
color: #8938EE;
}
.AnyTagClassName
{
color: #8938EE;
}
</style>
background-color css
<style>
a { background-color: #8938EE; }
a { background-color: rgb(137,56,238); }
div.DivClassName
{
background-color: #8938EE;
}
.BgClassName
{
background-color: #8938EE;
}
</style>
border-color css
<style>
span { border-color: #8938EE; }
span { border-color: rgb(137,56,238); }
td.TdClassName
{
border-color: #8938EE;
}
.TagClassName
{
border-color: #8938EE;
}
</style>