Shades of Blue Violet #8948DF
Tints of Blue Violet #8948DF
RGB
CMYK
RGB Variations
Color information
#8948DF (or 0x8948DF) is known color: Blue Violet. HEX triplet: 89, 48 and DF. RGB value is (137,72,223). Sum of RGB (Red+Green+Blue) = 137+72+223=432 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.71% from 432); Green value is 72 (28.52% from 255 or 16.67% from 432); Blue value is 223 (87.5% from 255 or 51.62% from 432); Max value from RGB is 223 - color contains mainly: blue. Hex color #8948DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8948DF is #76B720. Grayscale: #6C6C6C. Windows color (decimal): -7780129 or 14633097. OLE color: 14633097.
HSL color Cylindrical-coordinate representation of color #8948DF: hue angle of 265.83º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8948DF is Cyan = 0.39, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 137 | 72 | 223 | - |
| CMYK | 0.39 | 0.68 | 0 | 0.13 |
| HSL | 265.83º | 0.7% | 0.58% | - |
| HSV(B) | 265.83º | 0.68% | 0.87% | - |
| XYZ | 25.95 | 15.28 | 71.39 | - |
| YUV | 108.65 | 192.53 | 148.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 72 | 223 | 0.39 | 0.68 | 0 | 0.13 | 265.83 | 0.7 | 0.58 |
| Hex | 89 | 48 | DF | 27 | 44 | 0 | D | 10A | 46 | 3A |
| Octal | 211 | 110 | 337 | 47 | 104 | 0 | 15 | 412 | 106 | 72 |
| Binary | 10001001 | 1001000 | 11011111 | 100111 | 1000100 | 0 | 1101 | 100001010 | 1000110 | 111010 |
Color Harmonies of #8948DF
Complementary color
Monochromatic Colors of #8948DF
Black with #8948DF
Text Example
Text Example
White with #8948DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8948DF; }
p { color: rgb(137,72,223); }
H1.HeaderClassName
{
color: #8948DF;
}
.AnyTagClassName
{
color: #8948DF;
}
</style>
background-color css
<style>
a { background-color: #8948DF; }
a { background-color: rgb(137,72,223); }
div.DivClassName
{
background-color: #8948DF;
}
.BgClassName
{
background-color: #8948DF;
}
</style>
border-color css
<style>
span { border-color: #8948DF; }
span { border-color: rgb(137,72,223); }
td.TdClassName
{
border-color: #8948DF;
}
.TagClassName
{
border-color: #8948DF;
}
</style>