Shades of Dark Violet #8803C7
Tints of Dark Violet #8803C7
RGB
CMYK
RGB Variations
Color information
#8803C7 (or 0x8803C7) is known color: Dark Violet. HEX triplet: 88, 03 and C7. RGB value is (136,3,199). Sum of RGB (Red+Green+Blue) = 136+3+199=338 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.24% from 338); Green value is 3 (1.56% from 255 or 0.89% from 338); Blue value is 199 (78.12% from 255 or 58.88% from 338); Max value from RGB is 199 - color contains mainly: blue. Hex color #8803C7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8803C7 is #77FC38. Grayscale: #404040. Windows color (decimal): -7863353 or 13042568. OLE color: 13042568.
HSL color Cylindrical-coordinate representation of color #8803C7: hue angle of 280.71º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8803C7 is Cyan = 0.32, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 136 | 3 | 199 | - |
| CMYK | 0.32 | 0.98 | 0 | 0.22 |
| HSL | 280.71º | 0.97% | 0.4% | - |
| HSV(B) | 280.71º | 0.98% | 0.78% | - |
| XYZ | 20.49 | 9.42 | 54.77 | - |
| YUV | 65.11 | 203.56 | 178.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 3 | 199 | 0.32 | 0.98 | 0 | 0.22 | 280.71 | 0.97 | 0.4 |
| Hex | 88 | 3 | C7 | 20 | 62 | 0 | 16 | 119 | 61 | 28 |
| Octal | 210 | 3 | 307 | 40 | 142 | 0 | 26 | 431 | 141 | 50 |
| Binary | 10001000 | 11 | 11000111 | 100000 | 1100010 | 0 | 10110 | 100011001 | 1100001 | 101000 |
Color Harmonies of #8803C7
Complementary color
Monochromatic Colors of #8803C7
Black with #8803C7
Text Example
Text Example
White with #8803C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8803C7; }
p { color: rgb(136,3,199); }
H1.HeaderClassName
{
color: #8803C7;
}
.AnyTagClassName
{
color: #8803C7;
}
</style>
background-color css
<style>
a { background-color: #8803C7; }
a { background-color: rgb(136,3,199); }
div.DivClassName
{
background-color: #8803C7;
}
.BgClassName
{
background-color: #8803C7;
}
</style>
border-color css
<style>
span { border-color: #8803C7; }
span { border-color: rgb(136,3,199); }
td.TdClassName
{
border-color: #8803C7;
}
.TagClassName
{
border-color: #8803C7;
}
</style>