Shades of Dark Violet #880FC2
Tints of Dark Violet #880FC2
RGB
CMYK
RGB Variations
Color information
#880FC2 (or 0x880FC2) is known color: Dark Violet. HEX triplet: 88, 0F and C2. RGB value is (136,15,194). Sum of RGB (Red+Green+Blue) = 136+15+194=345 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.42% from 345); Green value is 15 (6.25% from 255 or 4.35% from 345); Blue value is 194 (76.17% from 255 or 56.23% from 345); Max value from RGB is 194 - color contains mainly: blue. Hex color #880FC2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #880FC2 is #77F03D. Grayscale: #464646. Windows color (decimal): -7860286 or 12717960. OLE color: 12717960.
HSL color Cylindrical-coordinate representation of color #880FC2: hue angle of 280.56º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #880FC2 is Cyan = 0.30, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 136 | 15 | 194 | - |
| CMYK | 0.30 | 0.92 | 0 | 0.24 |
| HSL | 280.56º | 0.86% | 0.41% | - |
| HSV(B) | 280.56º | 0.92% | 0.76% | - |
| XYZ | 20.06 | 9.47 | 51.81 | - |
| YUV | 71.59 | 197.09 | 173.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 15 | 194 | 0.30 | 0.92 | 0 | 0.24 | 280.56 | 0.86 | 0.41 |
| Hex | 88 | F | C2 | 1E | 5C | 0 | 18 | 119 | 56 | 29 |
| Octal | 210 | 17 | 302 | 36 | 134 | 0 | 30 | 431 | 126 | 51 |
| Binary | 10001000 | 1111 | 11000010 | 11110 | 1011100 | 0 | 11000 | 100011001 | 1010110 | 101001 |
Color Harmonies of #880FC2
Complementary color
Monochromatic Colors of #880FC2
Black with #880FC2
Text Example
Text Example
White with #880FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880FC2; }
p { color: rgb(136,15,194); }
H1.HeaderClassName
{
color: #880FC2;
}
.AnyTagClassName
{
color: #880FC2;
}
</style>
background-color css
<style>
a { background-color: #880FC2; }
a { background-color: rgb(136,15,194); }
div.DivClassName
{
background-color: #880FC2;
}
.BgClassName
{
background-color: #880FC2;
}
</style>
border-color css
<style>
span { border-color: #880FC2; }
span { border-color: rgb(136,15,194); }
td.TdClassName
{
border-color: #880FC2;
}
.TagClassName
{
border-color: #880FC2;
}
</style>