Shades of Blue Violet #8949DF
Tints of Blue Violet #8949DF
RGB
CMYK
RGB Variations
Color information
#8949DF (or 0x8949DF) is known color: Blue Violet. HEX triplet: 89, 49 and DF. RGB value is (137,73,223). Sum of RGB (Red+Green+Blue) = 137+73+223=433 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.64% from 433); Green value is 73 (28.91% from 255 or 16.86% from 433); Blue value is 223 (87.5% from 255 or 51.50% from 433); Max value from RGB is 223 - color contains mainly: blue. Hex color #8949DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8949DF is #76B620. Grayscale: #6C6C6C. Windows color (decimal): -7779873 or 14633353. OLE color: 14633353.
HSL color Cylindrical-coordinate representation of color #8949DF: hue angle of 265.6º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8949DF is Cyan = 0.39, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 137 | 73 | 223 | - |
| CMYK | 0.39 | 0.67 | 0 | 0.13 |
| HSL | 265.6º | 0.7% | 0.58% | - |
| HSV(B) | 265.6º | 0.67% | 0.87% | - |
| XYZ | 26.02 | 15.41 | 71.42 | - |
| YUV | 109.24 | 192.2 | 147.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 73 | 223 | 0.39 | 0.67 | 0 | 0.13 | 265.6 | 0.7 | 0.58 |
| Hex | 89 | 49 | DF | 27 | 43 | 0 | D | 10A | 46 | 3A |
| Octal | 211 | 111 | 337 | 47 | 103 | 0 | 15 | 412 | 106 | 72 |
| Binary | 10001001 | 1001001 | 11011111 | 100111 | 1000011 | 0 | 1101 | 100001010 | 1000110 | 111010 |
Color Harmonies of #8949DF
Complementary color
Monochromatic Colors of #8949DF
Black with #8949DF
Text Example
Text Example
White with #8949DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8949DF; }
p { color: rgb(137,73,223); }
H1.HeaderClassName
{
color: #8949DF;
}
.AnyTagClassName
{
color: #8949DF;
}
</style>
background-color css
<style>
a { background-color: #8949DF; }
a { background-color: rgb(137,73,223); }
div.DivClassName
{
background-color: #8949DF;
}
.BgClassName
{
background-color: #8949DF;
}
</style>
border-color css
<style>
span { border-color: #8949DF; }
span { border-color: rgb(137,73,223); }
td.TdClassName
{
border-color: #8949DF;
}
.TagClassName
{
border-color: #8949DF;
}
</style>