Shades of Blue Violet #8936FF
Tints of Blue Violet #8936FF
RGB
CMYK
RGB Variations
Color information
#8936FF (or 0x8936FF) is known color: Blue Violet. HEX triplet: 89, 36 and FF. RGB value is (137,54,255). Sum of RGB (Red+Green+Blue) = 137+54+255=446 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.72% from 446); Green value is 54 (21.48% from 255 or 12.11% from 446); Blue value is 255 (100% from 255 or 57.17% from 446); Max value from RGB is 255 - color contains mainly: blue. Hex color #8936FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8936FF is #76C900. Grayscale: #656565. Windows color (decimal): -7784705 or 16725641. OLE color: 16725641.
HSL color Cylindrical-coordinate representation of color #8936FF: hue angle of 264.78º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8936FF is Cyan = 0.46, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 137 | 54 | 255 | - |
| CMYK | 0.46 | 0.79 | 0 | 0 |
| HSL | 264.78º | 1% | 0.61% | - |
| HSV(B) | 264.78º | 0.79% | 1% | - |
| XYZ | 29.69 | 15.18 | 95.97 | - |
| YUV | 101.73 | 214.5 | 153.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 54 | 255 | 0.46 | 0.79 | 0 | 0 | 264.78 | 1 | 0.61 |
| Hex | 89 | 36 | FF | 2E | 4F | 0 | 0 | 109 | 64 | 3D |
| Octal | 211 | 66 | 377 | 56 | 117 | 0 | 0 | 411 | 144 | 75 |
| Binary | 10001001 | 110110 | 11111111 | 101110 | 1001111 | 0 | 0 | 100001001 | 1100100 | 111101 |
Color Harmonies of #8936FF
Complementary color
Monochromatic Colors of #8936FF
Black with #8936FF
Text Example
Text Example
White with #8936FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8936FF; }
p { color: rgb(137,54,255); }
H1.HeaderClassName
{
color: #8936FF;
}
.AnyTagClassName
{
color: #8936FF;
}
</style>
background-color css
<style>
a { background-color: #8936FF; }
a { background-color: rgb(137,54,255); }
div.DivClassName
{
background-color: #8936FF;
}
.BgClassName
{
background-color: #8936FF;
}
</style>
border-color css
<style>
span { border-color: #8936FF; }
span { border-color: rgb(137,54,255); }
td.TdClassName
{
border-color: #8936FF;
}
.TagClassName
{
border-color: #8936FF;
}
</style>