Shades of Dark Violet #8803BA
Tints of Dark Violet #8803BA
RGB
CMYK
RGB Variations
Color information
#8803BA (or 0x8803BA) is known color: Dark Violet. HEX triplet: 88, 03 and BA. RGB value is (136,3,186). Sum of RGB (Red+Green+Blue) = 136+3+186=325 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.85% from 325); Green value is 3 (1.56% from 255 or 0.92% from 325); Blue value is 186 (73.05% from 255 or 57.23% from 325); Max value from RGB is 186 - color contains mainly: blue. Hex color #8803BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8803BA is #77FC45. Grayscale: #3F3F3F. Windows color (decimal): -7863366 or 12190600. OLE color: 12190600.
HSL color Cylindrical-coordinate representation of color #8803BA: hue angle of 283.61º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8803BA is Cyan = 0.27, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 136 | 3 | 186 | - |
| CMYK | 0.27 | 0.98 | 0 | 0.27 |
| HSL | 283.61º | 0.97% | 0.37% | - |
| HSV(B) | 283.61º | 0.98% | 0.73% | - |
| XYZ | 19.05 | 8.84 | 47.16 | - |
| YUV | 63.63 | 197.06 | 179.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 3 | 186 | 0.27 | 0.98 | 0 | 0.27 | 283.61 | 0.97 | 0.37 |
| Hex | 88 | 3 | BA | 1B | 62 | 0 | 1B | 11C | 61 | 25 |
| Octal | 210 | 3 | 272 | 33 | 142 | 0 | 33 | 434 | 141 | 45 |
| Binary | 10001000 | 11 | 10111010 | 11011 | 1100010 | 0 | 11011 | 100011100 | 1100001 | 100101 |
Color Harmonies of #8803BA
Complementary color
Monochromatic Colors of #8803BA
Black with #8803BA
Text Example
Text Example
White with #8803BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8803BA; }
p { color: rgb(136,3,186); }
H1.HeaderClassName
{
color: #8803BA;
}
.AnyTagClassName
{
color: #8803BA;
}
</style>
background-color css
<style>
a { background-color: #8803BA; }
a { background-color: rgb(136,3,186); }
div.DivClassName
{
background-color: #8803BA;
}
.BgClassName
{
background-color: #8803BA;
}
</style>
border-color css
<style>
span { border-color: #8803BA; }
span { border-color: rgb(136,3,186); }
td.TdClassName
{
border-color: #8803BA;
}
.TagClassName
{
border-color: #8803BA;
}
</style>