Shades of Blue Violet #8846DF
Tints of Blue Violet #8846DF
RGB
CMYK
RGB Variations
Color information
#8846DF (or 0x8846DF) is known color: Blue Violet. HEX triplet: 88, 46 and DF. RGB value is (136,70,223). Sum of RGB (Red+Green+Blue) = 136+70+223=429 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.70% from 429); Green value is 70 (27.73% from 255 or 16.32% from 429); Blue value is 223 (87.5% from 255 or 51.98% from 429); Max value from RGB is 223 - color contains mainly: blue. Hex color #8846DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8846DF is #77B920. Grayscale: #6A6A6A. Windows color (decimal): -7846177 or 14632584. OLE color: 14632584.
HSL color Cylindrical-coordinate representation of color #8846DF: hue angle of 265.88º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8846DF is Cyan = 0.39, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 70 | 223 | - |
| CMYK | 0.39 | 0.69 | 0 | 0.13 |
| HSL | 265.88º | 0.71% | 0.57% | - |
| HSV(B) | 265.88º | 0.69% | 0.87% | - |
| XYZ | 25.66 | 14.94 | 71.34 | - |
| YUV | 107.18 | 193.37 | 148.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 70 | 223 | 0.39 | 0.69 | 0 | 0.13 | 265.88 | 0.71 | 0.57 |
| Hex | 88 | 46 | DF | 27 | 45 | 0 | D | 10A | 47 | 39 |
| Octal | 210 | 106 | 337 | 47 | 105 | 0 | 15 | 412 | 107 | 71 |
| Binary | 10001000 | 1000110 | 11011111 | 100111 | 1000101 | 0 | 1101 | 100001010 | 1000111 | 111001 |
Color Harmonies of #8846DF
Complementary color
Monochromatic Colors of #8846DF
Black with #8846DF
Text Example
Text Example
White with #8846DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8846DF; }
p { color: rgb(136,70,223); }
H1.HeaderClassName
{
color: #8846DF;
}
.AnyTagClassName
{
color: #8846DF;
}
</style>
background-color css
<style>
a { background-color: #8846DF; }
a { background-color: rgb(136,70,223); }
div.DivClassName
{
background-color: #8846DF;
}
.BgClassName
{
background-color: #8846DF;
}
</style>
border-color css
<style>
span { border-color: #8846DF; }
span { border-color: rgb(136,70,223); }
td.TdClassName
{
border-color: #8846DF;
}
.TagClassName
{
border-color: #8846DF;
}
</style>