Shades of True V #886FCF
Tints of True V #886FCF
RGB
CMYK
RGB Variations
Color information
#886FCF (or 0x886FCF) is known color: True V. HEX triplet: 88, 6F and CF. RGB value is (136,111,207). Sum of RGB (Red+Green+Blue) = 136+111+207=454 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.96% from 454); Green value is 111 (43.75% from 255 or 24.45% from 454); Blue value is 207 (81.25% from 255 or 45.59% from 454); Max value from RGB is 207 - color contains mainly: blue. Hex color #886FCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886FCF is #779030. Grayscale: #818181. Windows color (decimal): -7835697 or 13594504. OLE color: 13594504.
HSL color Cylindrical-coordinate representation of color #886FCF: hue angle of 255.62º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #886FCF is Cyan = 0.34, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 136 | 111 | 207 | - |
| CMYK | 0.34 | 0.46 | 0 | 0.19 |
| HSL | 255.63º | 0.5% | 0.62% | - |
| HSV(B) | 255.63º | 0.46% | 0.81% | - |
| XYZ | 27.1 | 21.11 | 61.68 | - |
| YUV | 129.42 | 171.78 | 132.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 111 | 207 | 0.34 | 0.46 | 0 | 0.19 | 255.63 | 0.5 | 0.62 |
| Hex | 88 | 6F | CF | 22 | 2E | 0 | 13 | 100 | 32 | 3E |
| Octal | 210 | 157 | 317 | 42 | 56 | 0 | 23 | 400 | 62 | 76 |
| Binary | 10001000 | 1101111 | 11001111 | 100010 | 101110 | 0 | 10011 | 100000000 | 110010 | 111110 |
Color Harmonies of #886FCF
Complementary color
Monochromatic Colors of #886FCF
Black with #886FCF
Text Example
Text Example
White with #886FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886FCF; }
p { color: rgb(136,111,207); }
H1.HeaderClassName
{
color: #886FCF;
}
.AnyTagClassName
{
color: #886FCF;
}
</style>
background-color css
<style>
a { background-color: #886FCF; }
a { background-color: rgb(136,111,207); }
div.DivClassName
{
background-color: #886FCF;
}
.BgClassName
{
background-color: #886FCF;
}
</style>
border-color css
<style>
span { border-color: #886FCF; }
span { border-color: rgb(136,111,207); }
td.TdClassName
{
border-color: #886FCF;
}
.TagClassName
{
border-color: #886FCF;
}
</style>