Shades of Dark Violet #8806DF
Tints of Dark Violet #8806DF
RGB
CMYK
RGB Variations
Color information
#8806DF (or 0x8806DF) is known color: Dark Violet. HEX triplet: 88, 06 and DF. RGB value is (136,6,223). Sum of RGB (Red+Green+Blue) = 136+6+223=365 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.26% from 365); Green value is 6 (2.73% from 255 or 1.64% from 365); Blue value is 223 (87.5% from 255 or 61.10% from 365); Max value from RGB is 223 - color contains mainly: blue. Hex color #8806DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8806DF is #77F920. Grayscale: #444444. Windows color (decimal): -7862561 or 14616200. OLE color: 14616200.
HSL color Cylindrical-coordinate representation of color #8806DF: hue angle of 275.94º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8806DF is Cyan = 0.39, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 6 | 223 | - |
| CMYK | 0.39 | 0.97 | 0 | 0.13 |
| HSL | 275.94º | 0.95% | 0.45% | - |
| HSV(B) | 275.94º | 0.97% | 0.87% | - |
| XYZ | 23.54 | 10.69 | 70.64 | - |
| YUV | 69.61 | 214.57 | 175.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 6 | 223 | 0.39 | 0.97 | 0 | 0.13 | 275.94 | 0.95 | 0.45 |
| Hex | 88 | 6 | DF | 27 | 61 | 0 | D | 114 | 5F | 2D |
| Octal | 210 | 6 | 337 | 47 | 141 | 0 | 15 | 424 | 137 | 55 |
| Binary | 10001000 | 110 | 11011111 | 100111 | 1100001 | 0 | 1101 | 100010100 | 1011111 | 101101 |
Color Harmonies of #8806DF
Complementary color
Monochromatic Colors of #8806DF
Black with #8806DF
Text Example
Text Example
White with #8806DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8806DF; }
p { color: rgb(136,6,223); }
H1.HeaderClassName
{
color: #8806DF;
}
.AnyTagClassName
{
color: #8806DF;
}
</style>
background-color css
<style>
a { background-color: #8806DF; }
a { background-color: rgb(136,6,223); }
div.DivClassName
{
background-color: #8806DF;
}
.BgClassName
{
background-color: #8806DF;
}
</style>
border-color css
<style>
span { border-color: #8806DF; }
span { border-color: rgb(136,6,223); }
td.TdClassName
{
border-color: #8806DF;
}
.TagClassName
{
border-color: #8806DF;
}
</style>