Shades of True V #886ACB
Tints of True V #886ACB
RGB
CMYK
RGB Variations
Color information
#886ACB (or 0x886ACB) is known color: True V. HEX triplet: 88, 6A and CB. RGB value is (136,106,203). Sum of RGB (Red+Green+Blue) = 136+106+203=445 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.56% from 445); Green value is 106 (41.80% from 255 or 23.82% from 445); Blue value is 203 (79.69% from 255 or 45.62% from 445); Max value from RGB is 203 - color contains mainly: blue. Hex color #886ACB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886ACB is #779534. Grayscale: #7D7D7D. Windows color (decimal): -7836981 or 13331080. OLE color: 13331080.
HSL color Cylindrical-coordinate representation of color #886ACB: hue angle of 258.56º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #886ACB is Cyan = 0.33, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 136 | 106 | 203 | - |
| CMYK | 0.33 | 0.48 | 0 | 0.20 |
| HSL | 258.56º | 0.48% | 0.61% | - |
| HSV(B) | 258.56º | 0.48% | 0.8% | - |
| XYZ | 26.09 | 19.85 | 58.96 | - |
| YUV | 126.03 | 171.44 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 106 | 203 | 0.33 | 0.48 | 0 | 0.20 | 258.56 | 0.48 | 0.61 |
| Hex | 88 | 6A | CB | 21 | 30 | 0 | 14 | 103 | 30 | 3D |
| Octal | 210 | 152 | 313 | 41 | 60 | 0 | 24 | 403 | 60 | 75 |
| Binary | 10001000 | 1101010 | 11001011 | 100001 | 110000 | 0 | 10100 | 100000011 | 110000 | 111101 |
Color Harmonies of #886ACB
Complementary color
Monochromatic Colors of #886ACB
Black with #886ACB
Text Example
Text Example
White with #886ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886ACB; }
p { color: rgb(136,106,203); }
H1.HeaderClassName
{
color: #886ACB;
}
.AnyTagClassName
{
color: #886ACB;
}
</style>
background-color css
<style>
a { background-color: #886ACB; }
a { background-color: rgb(136,106,203); }
div.DivClassName
{
background-color: #886ACB;
}
.BgClassName
{
background-color: #886ACB;
}
</style>
border-color css
<style>
span { border-color: #886ACB; }
span { border-color: rgb(136,106,203); }
td.TdClassName
{
border-color: #886ACB;
}
.TagClassName
{
border-color: #886ACB;
}
</style>