Shades of True V #886FC4
Tints of True V #886FC4
RGB
CMYK
RGB Variations
Color information
#886FC4 (or 0x886FC4) is known color: True V. HEX triplet: 88, 6F and C4. RGB value is (136,111,196). Sum of RGB (Red+Green+Blue) = 136+111+196=443 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.70% from 443); Green value is 111 (43.75% from 255 or 25.06% from 443); Blue value is 196 (76.95% from 255 or 44.24% from 443); Max value from RGB is 196 - color contains mainly: blue. Hex color #886FC4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886FC4 is #77903B. Grayscale: #7F7F7F. Windows color (decimal): -7835708 or 12873608. OLE color: 12873608.
HSL color Cylindrical-coordinate representation of color #886FC4: hue angle of 257.65º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #886FC4 is Cyan = 0.31, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 136 | 111 | 196 | - |
| CMYK | 0.31 | 0.43 | 0 | 0.23 |
| HSL | 257.65º | 0.42% | 0.6% | - |
| HSV(B) | 257.65º | 0.43% | 0.77% | - |
| XYZ | 25.8 | 20.59 | 54.84 | - |
| YUV | 128.17 | 166.28 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 111 | 196 | 0.31 | 0.43 | 0 | 0.23 | 257.65 | 0.42 | 0.6 |
| Hex | 88 | 6F | C4 | 1F | 2B | 0 | 17 | 102 | 2A | 3C |
| Octal | 210 | 157 | 304 | 37 | 53 | 0 | 27 | 402 | 52 | 74 |
| Binary | 10001000 | 1101111 | 11000100 | 11111 | 101011 | 0 | 10111 | 100000010 | 101010 | 111100 |
Color Harmonies of #886FC4
Complementary color
Monochromatic Colors of #886FC4
Black with #886FC4
Text Example
Text Example
White with #886FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886FC4; }
p { color: rgb(136,111,196); }
H1.HeaderClassName
{
color: #886FC4;
}
.AnyTagClassName
{
color: #886FC4;
}
</style>
background-color css
<style>
a { background-color: #886FC4; }
a { background-color: rgb(136,111,196); }
div.DivClassName
{
background-color: #886FC4;
}
.BgClassName
{
background-color: #886FC4;
}
</style>
border-color css
<style>
span { border-color: #886FC4; }
span { border-color: rgb(136,111,196); }
td.TdClassName
{
border-color: #886FC4;
}
.TagClassName
{
border-color: #886FC4;
}
</style>