Shades of Blue Violet #8849DB
Tints of Blue Violet #8849DB
RGB
CMYK
RGB Variations
Color information
#8849DB (or 0x8849DB) is known color: Blue Violet. HEX triplet: 88, 49 and DB. RGB value is (136,73,219). Sum of RGB (Red+Green+Blue) = 136+73+219=428 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.78% from 428); Green value is 73 (28.91% from 255 or 17.06% 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 #8849DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8849DB is #77B624. Grayscale: #6B6B6B. Windows color (decimal): -7845413 or 14371208. OLE color: 14371208.
HSL color Cylindrical-coordinate representation of color #8849DB: hue angle of 265.89º 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 #8849DB is Cyan = 0.38, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 73 | 219 | - |
| CMYK | 0.38 | 0.67 | 0 | 0.14 |
| HSL | 265.89º | 0.67% | 0.57% | - |
| HSV(B) | 265.89º | 0.67% | 0.86% | - |
| XYZ | 25.32 | 15.11 | 68.6 | - |
| YUV | 108.48 | 190.37 | 147.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 73 | 219 | 0.38 | 0.67 | 0 | 0.14 | 265.89 | 0.67 | 0.57 |
| Hex | 88 | 49 | DB | 26 | 43 | 0 | E | 10A | 43 | 39 |
| Octal | 210 | 111 | 333 | 46 | 103 | 0 | 16 | 412 | 103 | 71 |
| Binary | 10001000 | 1001001 | 11011011 | 100110 | 1000011 | 0 | 1110 | 100001010 | 1000011 | 111001 |
Color Harmonies of #8849DB
Complementary color
Monochromatic Colors of #8849DB
Black with #8849DB
Text Example
Text Example
White with #8849DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8849DB; }
p { color: rgb(136,73,219); }
H1.HeaderClassName
{
color: #8849DB;
}
.AnyTagClassName
{
color: #8849DB;
}
</style>
background-color css
<style>
a { background-color: #8849DB; }
a { background-color: rgb(136,73,219); }
div.DivClassName
{
background-color: #8849DB;
}
.BgClassName
{
background-color: #8849DB;
}
</style>
border-color css
<style>
span { border-color: #8849DB; }
span { border-color: rgb(136,73,219); }
td.TdClassName
{
border-color: #8849DB;
}
.TagClassName
{
border-color: #8849DB;
}
</style>