Shades of True V #886CCC
Tints of True V #886CCC
RGB
CMYK
RGB Variations
Color information
#886CCC (or 0x886CCC) is known color: True V. HEX triplet: 88, 6C and CC. RGB value is (136,108,204). Sum of RGB (Red+Green+Blue) = 136+108+204=448 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.36% from 448); Green value is 108 (42.58% from 255 or 24.11% from 448); Blue value is 204 (80.08% from 255 or 45.54% from 448); Max value from RGB is 204 - color contains mainly: blue. Hex color #886CCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886CCC is #779333. Grayscale: #7E7E7E. Windows color (decimal): -7836468 or 13397128. OLE color: 13397128.
HSL color Cylindrical-coordinate representation of color #886CCC: hue angle of 257.5º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #886CCC is Cyan = 0.33, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 136 | 108 | 204 | - |
| CMYK | 0.33 | 0.47 | 0 | 0.2 |
| HSL | 257.5º | 0.48% | 0.61% | - |
| HSV(B) | 257.5º | 0.47% | 0.8% | - |
| XYZ | 26.41 | 20.32 | 59.66 | - |
| YUV | 127.32 | 171.28 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 108 | 204 | 0.33 | 0.47 | 0 | 0.2 | 257.5 | 0.48 | 0.61 |
| Hex | 88 | 6C | CC | 21 | 2F | 0 | 14 | 102 | 30 | 3D |
| Octal | 210 | 154 | 314 | 41 | 57 | 0 | 24 | 402 | 60 | 75 |
| Binary | 10001000 | 1101100 | 11001100 | 100001 | 101111 | 0 | 10100 | 100000010 | 110000 | 111101 |
Color Harmonies of #886CCC
Complementary color
Monochromatic Colors of #886CCC
Black with #886CCC
Text Example
Text Example
White with #886CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886CCC; }
p { color: rgb(136,108,204); }
H1.HeaderClassName
{
color: #886CCC;
}
.AnyTagClassName
{
color: #886CCC;
}
</style>
background-color css
<style>
a { background-color: #886CCC; }
a { background-color: rgb(136,108,204); }
div.DivClassName
{
background-color: #886CCC;
}
.BgClassName
{
background-color: #886CCC;
}
</style>
border-color css
<style>
span { border-color: #886CCC; }
span { border-color: rgb(136,108,204); }
td.TdClassName
{
border-color: #886CCC;
}
.TagClassName
{
border-color: #886CCC;
}
</style>