Shades of Dark Violet #880BCF
Tints of Dark Violet #880BCF
RGB
CMYK
RGB Variations
Color information
#880BCF (or 0x880BCF) is known color: Dark Violet. HEX triplet: 88, 0B and CF. RGB value is (136,11,207). Sum of RGB (Red+Green+Blue) = 136+11+207=354 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.42% from 354); Green value is 11 (4.69% from 255 or 3.11% from 354); Blue value is 207 (81.25% from 255 or 58.47% from 354); Max value from RGB is 207 - color contains mainly: blue. Hex color #880BCF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #880BCF is #77F430. Grayscale: #464646. Windows color (decimal): -7861297 or 13568904. OLE color: 13568904.
HSL color Cylindrical-coordinate representation of color #880BCF: hue angle of 278.27º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #880BCF is Cyan = 0.34, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 136 | 11 | 207 | - |
| CMYK | 0.34 | 0.95 | 0 | 0.19 |
| HSL | 278.27º | 0.9% | 0.43% | - |
| HSV(B) | 278.27º | 0.95% | 0.81% | - |
| XYZ | 21.54 | 9.98 | 59.82 | - |
| YUV | 70.72 | 204.91 | 174.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 11 | 207 | 0.34 | 0.95 | 0 | 0.19 | 278.27 | 0.9 | 0.43 |
| Hex | 88 | B | CF | 22 | 5F | 0 | 13 | 116 | 5A | 2B |
| Octal | 210 | 13 | 317 | 42 | 137 | 0 | 23 | 426 | 132 | 53 |
| Binary | 10001000 | 1011 | 11001111 | 100010 | 1011111 | 0 | 10011 | 100010110 | 1011010 | 101011 |
Color Harmonies of #880BCF
Complementary color
Monochromatic Colors of #880BCF
Black with #880BCF
Text Example
Text Example
White with #880BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880BCF; }
p { color: rgb(136,11,207); }
H1.HeaderClassName
{
color: #880BCF;
}
.AnyTagClassName
{
color: #880BCF;
}
</style>
background-color css
<style>
a { background-color: #880BCF; }
a { background-color: rgb(136,11,207); }
div.DivClassName
{
background-color: #880BCF;
}
.BgClassName
{
background-color: #880BCF;
}
</style>
border-color css
<style>
span { border-color: #880BCF; }
span { border-color: rgb(136,11,207); }
td.TdClassName
{
border-color: #880BCF;
}
.TagClassName
{
border-color: #880BCF;
}
</style>