Shades of Dark Violet #880FCF
Tints of Dark Violet #880FCF
RGB
CMYK
RGB Variations
Color information
#880FCF (or 0x880FCF) is known color: Dark Violet. HEX triplet: 88, 0F and CF. RGB value is (136,15,207). Sum of RGB (Red+Green+Blue) = 136+15+207=358 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.99% from 358); Green value is 15 (6.25% from 255 or 4.19% from 358); Blue value is 207 (81.25% from 255 or 57.82% from 358); Max value from RGB is 207 - color contains mainly: blue. Hex color #880FCF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #880FCF is #77F030. Grayscale: #484848. Windows color (decimal): -7860273 or 13569928. OLE color: 13569928.
HSL color Cylindrical-coordinate representation of color #880FCF: hue angle of 277.81º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #880FCF is Cyan = 0.34, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 136 | 15 | 207 | - |
| CMYK | 0.34 | 0.93 | 0 | 0.19 |
| HSL | 277.81º | 0.86% | 0.44% | - |
| HSV(B) | 277.81º | 0.93% | 0.81% | - |
| XYZ | 21.59 | 10.08 | 59.84 | - |
| YUV | 73.07 | 203.59 | 172.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 15 | 207 | 0.34 | 0.93 | 0 | 0.19 | 277.81 | 0.86 | 0.44 |
| Hex | 88 | F | CF | 22 | 5D | 0 | 13 | 116 | 56 | 2C |
| Octal | 210 | 17 | 317 | 42 | 135 | 0 | 23 | 426 | 126 | 54 |
| Binary | 10001000 | 1111 | 11001111 | 100010 | 1011101 | 0 | 10011 | 100010110 | 1010110 | 101100 |
Color Harmonies of #880FCF
Complementary color
Monochromatic Colors of #880FCF
Black with #880FCF
Text Example
Text Example
White with #880FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880FCF; }
p { color: rgb(136,15,207); }
H1.HeaderClassName
{
color: #880FCF;
}
.AnyTagClassName
{
color: #880FCF;
}
</style>
background-color css
<style>
a { background-color: #880FCF; }
a { background-color: rgb(136,15,207); }
div.DivClassName
{
background-color: #880FCF;
}
.BgClassName
{
background-color: #880FCF;
}
</style>
border-color css
<style>
span { border-color: #880FCF; }
span { border-color: rgb(136,15,207); }
td.TdClassName
{
border-color: #880FCF;
}
.TagClassName
{
border-color: #880FCF;
}
</style>