Shades of Blue Violet #8848DB
Tints of Blue Violet #8848DB
RGB
CMYK
RGB Variations
Color information
#8848DB (or 0x8848DB) is known color: Blue Violet. HEX triplet: 88, 48 and DB. RGB value is (136,72,219). Sum of RGB (Red+Green+Blue) = 136+72+219=427 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.85% from 427); Green value is 72 (28.52% from 255 or 16.86% from 427); Blue value is 219 (85.94% from 255 or 51.29% from 427); Max value from RGB is 219 - color contains mainly: blue. Hex color #8848DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8848DB is #77B724. Grayscale: #6B6B6B. Windows color (decimal): -7845669 or 14370952. OLE color: 14370952.
HSL color Cylindrical-coordinate representation of color #8848DB: hue angle of 266.12º 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 #8848DB is Cyan = 0.38, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 72 | 219 | - |
| CMYK | 0.38 | 0.67 | 0 | 0.14 |
| HSL | 266.12º | 0.67% | 0.57% | - |
| HSV(B) | 266.12º | 0.67% | 0.86% | - |
| XYZ | 25.26 | 14.98 | 68.58 | - |
| YUV | 107.89 | 190.7 | 148.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 72 | 219 | 0.38 | 0.67 | 0 | 0.14 | 266.12 | 0.67 | 0.57 |
| Hex | 88 | 48 | DB | 26 | 43 | 0 | E | 10A | 43 | 39 |
| Octal | 210 | 110 | 333 | 46 | 103 | 0 | 16 | 412 | 103 | 71 |
| Binary | 10001000 | 1001000 | 11011011 | 100110 | 1000011 | 0 | 1110 | 100001010 | 1000011 | 111001 |
Color Harmonies of #8848DB
Complementary color
Monochromatic Colors of #8848DB
Black with #8848DB
Text Example
Text Example
White with #8848DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8848DB; }
p { color: rgb(136,72,219); }
H1.HeaderClassName
{
color: #8848DB;
}
.AnyTagClassName
{
color: #8848DB;
}
</style>
background-color css
<style>
a { background-color: #8848DB; }
a { background-color: rgb(136,72,219); }
div.DivClassName
{
background-color: #8848DB;
}
.BgClassName
{
background-color: #8848DB;
}
</style>
border-color css
<style>
span { border-color: #8848DB; }
span { border-color: rgb(136,72,219); }
td.TdClassName
{
border-color: #8848DB;
}
.TagClassName
{
border-color: #8848DB;
}
</style>