Shades of Blue Violet #8844DB
Tints of Blue Violet #8844DB
RGB
CMYK
RGB Variations
Color information
#8844DB (or 0x8844DB) is known color: Blue Violet. HEX triplet: 88, 44 and DB. RGB value is (136,68,219). Sum of RGB (Red+Green+Blue) = 136+68+219=423 (56% of max value = 765). Red value is 136 (53.52% from 255 or 32.15% from 423); Green value is 68 (26.95% from 255 or 16.08% from 423); Blue value is 219 (85.94% from 255 or 51.77% from 423); Max value from RGB is 219 - color contains mainly: blue. Hex color #8844DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8844DB is #77BB24. Grayscale: #696969. Windows color (decimal): -7846693 or 14369928. OLE color: 14369928.
HSL color Cylindrical-coordinate representation of color #8844DB: hue angle of 267.02º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8844DB is Cyan = 0.38, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 68 | 219 | - |
| CMYK | 0.38 | 0.69 | 0 | 0.14 |
| HSL | 267.02º | 0.68% | 0.56% | - |
| HSV(B) | 267.02º | 0.69% | 0.86% | - |
| XYZ | 25.01 | 14.48 | 68.5 | - |
| YUV | 105.55 | 192.03 | 149.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 68 | 219 | 0.38 | 0.69 | 0 | 0.14 | 267.02 | 0.68 | 0.56 |
| Hex | 88 | 44 | DB | 26 | 45 | 0 | E | 10B | 44 | 38 |
| Octal | 210 | 104 | 333 | 46 | 105 | 0 | 16 | 413 | 104 | 70 |
| Binary | 10001000 | 1000100 | 11011011 | 100110 | 1000101 | 0 | 1110 | 100001011 | 1000100 | 111000 |
Color Harmonies of #8844DB
Complementary color
Monochromatic Colors of #8844DB
Black with #8844DB
Text Example
Text Example
White with #8844DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8844DB; }
p { color: rgb(136,68,219); }
H1.HeaderClassName
{
color: #8844DB;
}
.AnyTagClassName
{
color: #8844DB;
}
</style>
background-color css
<style>
a { background-color: #8844DB; }
a { background-color: rgb(136,68,219); }
div.DivClassName
{
background-color: #8844DB;
}
.BgClassName
{
background-color: #8844DB;
}
</style>
border-color css
<style>
span { border-color: #8844DB; }
span { border-color: rgb(136,68,219); }
td.TdClassName
{
border-color: #8844DB;
}
.TagClassName
{
border-color: #8844DB;
}
</style>