Shades of Blue Violet #8933FF
Tints of Blue Violet #8933FF
RGB
CMYK
RGB Variations
Color information
#8933FF (or 0x8933FF) is known color: Blue Violet. HEX triplet: 89, 33 and FF. RGB value is (137,51,255). Sum of RGB (Red+Green+Blue) = 137+51+255=443 (58% of max value = 765). Red value is 137 (53.91% from 255 or 30.93% from 443); Green value is 51 (20.31% from 255 or 11.51% from 443); Blue value is 255 (100% from 255 or 57.56% from 443); Max value from RGB is 255 - color contains mainly: blue. Hex color #8933FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8933FF is #76CC00. Grayscale: #636363. Windows color (decimal): -7785473 or 16724873. OLE color: 16724873.
HSL color Cylindrical-coordinate representation of color #8933FF: hue angle of 265.29º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8933FF is Cyan = 0.46, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 137 | 51 | 255 | - |
| CMYK | 0.46 | 0.8 | 0 | 0 |
| HSL | 265.29º | 1% | 0.6% | - |
| HSV(B) | 265.29º | 0.8% | 1% | - |
| XYZ | 29.55 | 14.91 | 95.93 | - |
| YUV | 99.97 | 215.49 | 154.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 51 | 255 | 0.46 | 0.8 | 0 | 0 | 265.29 | 1 | 0.6 |
| Hex | 89 | 33 | FF | 2E | 50 | 0 | 0 | 109 | 64 | 3C |
| Octal | 211 | 63 | 377 | 56 | 120 | 0 | 0 | 411 | 144 | 74 |
| Binary | 10001001 | 110011 | 11111111 | 101110 | 1010000 | 0 | 0 | 100001001 | 1100100 | 111100 |
Color Harmonies of #8933FF
Complementary color
Monochromatic Colors of #8933FF
Black with #8933FF
Text Example
Text Example
White with #8933FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8933FF; }
p { color: rgb(137,51,255); }
H1.HeaderClassName
{
color: #8933FF;
}
.AnyTagClassName
{
color: #8933FF;
}
</style>
background-color css
<style>
a { background-color: #8933FF; }
a { background-color: rgb(137,51,255); }
div.DivClassName
{
background-color: #8933FF;
}
.BgClassName
{
background-color: #8933FF;
}
</style>
border-color css
<style>
span { border-color: #8933FF; }
span { border-color: rgb(137,51,255); }
td.TdClassName
{
border-color: #8933FF;
}
.TagClassName
{
border-color: #8933FF;
}
</style>