Shades of Dark Violet #880BDF
Tints of Dark Violet #880BDF
RGB
CMYK
RGB Variations
Color information
#880BDF (or 0x880BDF) is known color: Dark Violet. HEX triplet: 88, 0B and DF. RGB value is (136,11,223). Sum of RGB (Red+Green+Blue) = 136+11+223=370 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.76% from 370); Green value is 11 (4.69% from 255 or 2.97% from 370); Blue value is 223 (87.5% from 255 or 60.27% from 370); Max value from RGB is 223 - color contains mainly: blue. Hex color #880BDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #880BDF is #77F420. Grayscale: #474747. Windows color (decimal): -7861281 or 14617480. OLE color: 14617480.
HSL color Cylindrical-coordinate representation of color #880BDF: hue angle of 275.38º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #880BDF is Cyan = 0.39, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 11 | 223 | - |
| CMYK | 0.39 | 0.95 | 0 | 0.13 |
| HSL | 275.38º | 0.91% | 0.46% | - |
| HSV(B) | 275.38º | 0.95% | 0.87% | - |
| XYZ | 23.59 | 10.8 | 70.65 | - |
| YUV | 72.54 | 212.91 | 173.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 11 | 223 | 0.39 | 0.95 | 0 | 0.13 | 275.38 | 0.91 | 0.46 |
| Hex | 88 | B | DF | 27 | 5F | 0 | D | 113 | 5B | 2E |
| Octal | 210 | 13 | 337 | 47 | 137 | 0 | 15 | 423 | 133 | 56 |
| Binary | 10001000 | 1011 | 11011111 | 100111 | 1011111 | 0 | 1101 | 100010011 | 1011011 | 101110 |
Color Harmonies of #880BDF
Complementary color
Monochromatic Colors of #880BDF
Black with #880BDF
Text Example
Text Example
White with #880BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880BDF; }
p { color: rgb(136,11,223); }
H1.HeaderClassName
{
color: #880BDF;
}
.AnyTagClassName
{
color: #880BDF;
}
</style>
background-color css
<style>
a { background-color: #880BDF; }
a { background-color: rgb(136,11,223); }
div.DivClassName
{
background-color: #880BDF;
}
.BgClassName
{
background-color: #880BDF;
}
</style>
border-color css
<style>
span { border-color: #880BDF; }
span { border-color: rgb(136,11,223); }
td.TdClassName
{
border-color: #880BDF;
}
.TagClassName
{
border-color: #880BDF;
}
</style>