Shades of Blue Violet #8948DB
Tints of Blue Violet #8948DB
RGB
CMYK
RGB Variations
Color information
#8948DB (or 0x8948DB) is known color: Blue Violet. HEX triplet: 89, 48 and DB. RGB value is (137,72,219). Sum of RGB (Red+Green+Blue) = 137+72+219=428 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.01% from 428); Green value is 72 (28.52% from 255 or 16.82% from 428); Blue value is 219 (85.94% from 255 or 51.17% from 428); Max value from RGB is 219 - color contains mainly: blue. Hex color #8948DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8948DB is #76B724. Grayscale: #6B6B6B. Windows color (decimal): -7780133 or 14370953. OLE color: 14370953.
HSL color Cylindrical-coordinate representation of color #8948DB: hue angle of 266.53º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8948DB is Cyan = 0.37, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 137 | 72 | 219 | - |
| CMYK | 0.37 | 0.67 | 0 | 0.14 |
| HSL | 266.53º | 0.67% | 0.57% | - |
| HSV(B) | 266.53º | 0.67% | 0.86% | - |
| XYZ | 25.42 | 15.07 | 68.59 | - |
| YUV | 108.19 | 190.53 | 148.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 72 | 219 | 0.37 | 0.67 | 0 | 0.14 | 266.53 | 0.67 | 0.57 |
| Hex | 89 | 48 | DB | 25 | 43 | 0 | E | 10B | 43 | 39 |
| Octal | 211 | 110 | 333 | 45 | 103 | 0 | 16 | 413 | 103 | 71 |
| Binary | 10001001 | 1001000 | 11011011 | 100101 | 1000011 | 0 | 1110 | 100001011 | 1000011 | 111001 |
Color Harmonies of #8948DB
Complementary color
Monochromatic Colors of #8948DB
Black with #8948DB
Text Example
Text Example
White with #8948DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8948DB; }
p { color: rgb(137,72,219); }
H1.HeaderClassName
{
color: #8948DB;
}
.AnyTagClassName
{
color: #8948DB;
}
</style>
background-color css
<style>
a { background-color: #8948DB; }
a { background-color: rgb(137,72,219); }
div.DivClassName
{
background-color: #8948DB;
}
.BgClassName
{
background-color: #8948DB;
}
</style>
border-color css
<style>
span { border-color: #8948DB; }
span { border-color: rgb(137,72,219); }
td.TdClassName
{
border-color: #8948DB;
}
.TagClassName
{
border-color: #8948DB;
}
</style>