Shades of True V #886FCD
Tints of True V #886FCD
RGB
CMYK
RGB Variations
Color information
#886FCD (or 0x886FCD) is known color: True V. HEX triplet: 88, 6F and CD. RGB value is (136,111,205). Sum of RGB (Red+Green+Blue) = 136+111+205=452 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.09% from 452); Green value is 111 (43.75% from 255 or 24.56% from 452); Blue value is 205 (80.47% from 255 or 45.35% from 452); Max value from RGB is 205 - color contains mainly: blue. Hex color #886FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886FCD is #779032. Grayscale: #808080. Windows color (decimal): -7835699 or 13463432. OLE color: 13463432.
HSL color Cylindrical-coordinate representation of color #886FCD: hue angle of 255.96º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #886FCD is Cyan = 0.34, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 136 | 111 | 205 | - |
| CMYK | 0.34 | 0.46 | 0 | 0.20 |
| HSL | 255.96º | 0.48% | 0.62% | - |
| HSV(B) | 255.96º | 0.46% | 0.8% | - |
| XYZ | 26.86 | 21.01 | 60.4 | - |
| YUV | 129.19 | 170.78 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 111 | 205 | 0.34 | 0.46 | 0 | 0.20 | 255.96 | 0.48 | 0.62 |
| Hex | 88 | 6F | CD | 22 | 2E | 0 | 14 | 100 | 30 | 3E |
| Octal | 210 | 157 | 315 | 42 | 56 | 0 | 24 | 400 | 60 | 76 |
| Binary | 10001000 | 1101111 | 11001101 | 100010 | 101110 | 0 | 10100 | 100000000 | 110000 | 111110 |
Color Harmonies of #886FCD
Complementary color
Monochromatic Colors of #886FCD
Black with #886FCD
Text Example
Text Example
White with #886FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886FCD; }
p { color: rgb(136,111,205); }
H1.HeaderClassName
{
color: #886FCD;
}
.AnyTagClassName
{
color: #886FCD;
}
</style>
background-color css
<style>
a { background-color: #886FCD; }
a { background-color: rgb(136,111,205); }
div.DivClassName
{
background-color: #886FCD;
}
.BgClassName
{
background-color: #886FCD;
}
</style>
border-color css
<style>
span { border-color: #886FCD; }
span { border-color: rgb(136,111,205); }
td.TdClassName
{
border-color: #886FCD;
}
.TagClassName
{
border-color: #886FCD;
}
</style>