Shades of Dark Violet #8803DB
Tints of Dark Violet #8803DB
RGB
CMYK
RGB Variations
Color information
#8803DB (or 0x8803DB) is known color: Dark Violet. HEX triplet: 88, 03 and DB. RGB value is (136,3,219). Sum of RGB (Red+Green+Blue) = 136+3+219=358 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.99% from 358); Green value is 3 (1.56% from 255 or 0.84% from 358); Blue value is 219 (85.94% from 255 or 61.17% from 358); Max value from RGB is 219 - color contains mainly: blue. Hex color #8803DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8803DB is #77FC24. Grayscale: #424242. Windows color (decimal): -7863333 or 14353288. OLE color: 14353288.
HSL color Cylindrical-coordinate representation of color #8803DB: hue angle of 276.94º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8803DB is Cyan = 0.38, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 3 | 219 | - |
| CMYK | 0.38 | 0.99 | 0 | 0.14 |
| HSL | 276.94º | 0.97% | 0.44% | - |
| HSV(B) | 276.94º | 0.99% | 0.86% | - |
| XYZ | 22.97 | 10.41 | 67.82 | - |
| YUV | 67.39 | 213.56 | 176.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 3 | 219 | 0.38 | 0.99 | 0 | 0.14 | 276.94 | 0.97 | 0.44 |
| Hex | 88 | 3 | DB | 26 | 63 | 0 | E | 115 | 61 | 2C |
| Octal | 210 | 3 | 333 | 46 | 143 | 0 | 16 | 425 | 141 | 54 |
| Binary | 10001000 | 11 | 11011011 | 100110 | 1100011 | 0 | 1110 | 100010101 | 1100001 | 101100 |
Color Harmonies of #8803DB
Complementary color
Monochromatic Colors of #8803DB
Black with #8803DB
Text Example
Text Example
White with #8803DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8803DB; }
p { color: rgb(136,3,219); }
H1.HeaderClassName
{
color: #8803DB;
}
.AnyTagClassName
{
color: #8803DB;
}
</style>
background-color css
<style>
a { background-color: #8803DB; }
a { background-color: rgb(136,3,219); }
div.DivClassName
{
background-color: #8803DB;
}
.BgClassName
{
background-color: #8803DB;
}
</style>
border-color css
<style>
span { border-color: #8803DB; }
span { border-color: rgb(136,3,219); }
td.TdClassName
{
border-color: #8803DB;
}
.TagClassName
{
border-color: #8803DB;
}
</style>