Shades of Blue Violet #8813DC
Tints of Blue Violet #8813DC
RGB
CMYK
RGB Variations
Color information
#8813DC (or 0x8813DC) is known color: Blue Violet. HEX triplet: 88, 13 and DC. RGB value is (136,19,220). Sum of RGB (Red+Green+Blue) = 136+19+220=375 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.27% from 375); Green value is 19 (7.81% from 255 or 5.07% from 375); Blue value is 220 (86.33% from 255 or 58.67% from 375); Max value from RGB is 220 - color contains mainly: blue. Hex color #8813DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8813DC is #77EC23. Grayscale: #4C4C4C. Windows color (decimal): -7859236 or 14422920. OLE color: 14422920.
HSL color Cylindrical-coordinate representation of color #8813DC: hue angle of 274.93º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8813DC is Cyan = 0.38, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 19 | 220 | - |
| CMYK | 0.38 | 0.91 | 0 | 0.14 |
| HSL | 274.93º | 0.84% | 0.47% | - |
| HSV(B) | 274.93º | 0.91% | 0.86% | - |
| XYZ | 23.3 | 10.87 | 68.58 | - |
| YUV | 76.9 | 208.76 | 170.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 19 | 220 | 0.38 | 0.91 | 0 | 0.14 | 274.93 | 0.84 | 0.47 |
| Hex | 88 | 13 | DC | 26 | 5B | 0 | E | 113 | 54 | 2F |
| Octal | 210 | 23 | 334 | 46 | 133 | 0 | 16 | 423 | 124 | 57 |
| Binary | 10001000 | 10011 | 11011100 | 100110 | 1011011 | 0 | 1110 | 100010011 | 1010100 | 101111 |
Color Harmonies of #8813DC
Complementary color
Monochromatic Colors of #8813DC
Black with #8813DC
Text Example
Text Example
White with #8813DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8813DC; }
p { color: rgb(136,19,220); }
H1.HeaderClassName
{
color: #8813DC;
}
.AnyTagClassName
{
color: #8813DC;
}
</style>
background-color css
<style>
a { background-color: #8813DC; }
a { background-color: rgb(136,19,220); }
div.DivClassName
{
background-color: #8813DC;
}
.BgClassName
{
background-color: #8813DC;
}
</style>
border-color css
<style>
span { border-color: #8813DC; }
span { border-color: rgb(136,19,220); }
td.TdClassName
{
border-color: #8813DC;
}
.TagClassName
{
border-color: #8813DC;
}
</style>