Shades of Blue Violet #8847DC
Tints of Blue Violet #8847DC
RGB
CMYK
RGB Variations
Color information
#8847DC (or 0x8847DC) is known color: Blue Violet. HEX triplet: 88, 47 and DC. RGB value is (136,71,220). Sum of RGB (Red+Green+Blue) = 136+71+220=427 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.85% from 427); Green value is 71 (28.12% from 255 or 16.63% from 427); Blue value is 220 (86.33% from 255 or 51.52% from 427); Max value from RGB is 220 - color contains mainly: blue. Hex color #8847DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8847DC is #77B823. Grayscale: #6A6A6A. Windows color (decimal): -7845924 or 14436232. OLE color: 14436232.
HSL color Cylindrical-coordinate representation of color #8847DC: hue angle of 266.17º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8847DC is Cyan = 0.38, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 71 | 220 | - |
| CMYK | 0.38 | 0.68 | 0 | 0.14 |
| HSL | 266.17º | 0.68% | 0.57% | - |
| HSV(B) | 266.17º | 0.68% | 0.86% | - |
| XYZ | 25.32 | 14.91 | 69.25 | - |
| YUV | 107.42 | 191.53 | 148.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 71 | 220 | 0.38 | 0.68 | 0 | 0.14 | 266.17 | 0.68 | 0.57 |
| Hex | 88 | 47 | DC | 26 | 44 | 0 | E | 10A | 44 | 39 |
| Octal | 210 | 107 | 334 | 46 | 104 | 0 | 16 | 412 | 104 | 71 |
| Binary | 10001000 | 1000111 | 11011100 | 100110 | 1000100 | 0 | 1110 | 100001010 | 1000100 | 111001 |
Color Harmonies of #8847DC
Complementary color
Monochromatic Colors of #8847DC
Black with #8847DC
Text Example
Text Example
White with #8847DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8847DC; }
p { color: rgb(136,71,220); }
H1.HeaderClassName
{
color: #8847DC;
}
.AnyTagClassName
{
color: #8847DC;
}
</style>
background-color css
<style>
a { background-color: #8847DC; }
a { background-color: rgb(136,71,220); }
div.DivClassName
{
background-color: #8847DC;
}
.BgClassName
{
background-color: #8847DC;
}
</style>
border-color css
<style>
span { border-color: #8847DC; }
span { border-color: rgb(136,71,220); }
td.TdClassName
{
border-color: #8847DC;
}
.TagClassName
{
border-color: #8847DC;
}
</style>