Shades of Blue Violet #8841DF
Tints of Blue Violet #8841DF
RGB
CMYK
RGB Variations
Color information
#8841DF (or 0x8841DF) is known color: Blue Violet. HEX triplet: 88, 41 and DF. RGB value is (136,65,223). Sum of RGB (Red+Green+Blue) = 136+65+223=424 (56% of max value = 765). Red value is 136 (53.52% from 255 or 32.08% from 424); Green value is 65 (25.78% from 255 or 15.33% from 424); Blue value is 223 (87.5% from 255 or 52.59% from 424); Max value from RGB is 223 - color contains mainly: blue. Hex color #8841DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8841DF is #77BE20. Grayscale: #676767. Windows color (decimal): -7847457 or 14631304. OLE color: 14631304.
HSL color Cylindrical-coordinate representation of color #8841DF: hue angle of 266.96º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8841DF is Cyan = 0.39, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 65 | 223 | - |
| CMYK | 0.39 | 0.71 | 0 | 0.13 |
| HSL | 266.96º | 0.71% | 0.56% | - |
| HSV(B) | 266.96º | 0.71% | 0.87% | - |
| XYZ | 25.36 | 14.34 | 71.24 | - |
| YUV | 104.24 | 195.02 | 150.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 65 | 223 | 0.39 | 0.71 | 0 | 0.13 | 266.96 | 0.71 | 0.56 |
| Hex | 88 | 41 | DF | 27 | 47 | 0 | D | 10B | 47 | 38 |
| Octal | 210 | 101 | 337 | 47 | 107 | 0 | 15 | 413 | 107 | 70 |
| Binary | 10001000 | 1000001 | 11011111 | 100111 | 1000111 | 0 | 1101 | 100001011 | 1000111 | 111000 |
Color Harmonies of #8841DF
Complementary color
Monochromatic Colors of #8841DF
Black with #8841DF
Text Example
Text Example
White with #8841DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8841DF; }
p { color: rgb(136,65,223); }
H1.HeaderClassName
{
color: #8841DF;
}
.AnyTagClassName
{
color: #8841DF;
}
</style>
background-color css
<style>
a { background-color: #8841DF; }
a { background-color: rgb(136,65,223); }
div.DivClassName
{
background-color: #8841DF;
}
.BgClassName
{
background-color: #8841DF;
}
</style>
border-color css
<style>
span { border-color: #8841DF; }
span { border-color: rgb(136,65,223); }
td.TdClassName
{
border-color: #8841DF;
}
.TagClassName
{
border-color: #8841DF;
}
</style>