Shades of True V #8871CC
Tints of True V #8871CC
RGB
CMYK
RGB Variations
Color information
#8871CC (or 0x8871CC) is known color: True V. HEX triplet: 88, 71 and CC. RGB value is (136,113,204). Sum of RGB (Red+Green+Blue) = 136+113+204=453 (60% of max value = 765). Red value is 136 (53.52% from 255 or 30.02% from 453); Green value is 113 (44.53% from 255 or 24.94% from 453); Blue value is 204 (80.08% from 255 or 45.03% from 453); Max value from RGB is 204 - color contains mainly: blue. Hex color #8871CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8871CC is #778E33. Grayscale: #818181. Windows color (decimal): -7835188 or 13398408. OLE color: 13398408.
HSL color Cylindrical-coordinate representation of color #8871CC: hue angle of 255.16º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8871CC is Cyan = 0.33, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 136 | 113 | 204 | - |
| CMYK | 0.33 | 0.45 | 0 | 0.2 |
| HSL | 255.16º | 0.47% | 0.62% | - |
| HSV(B) | 255.16º | 0.45% | 0.8% | - |
| XYZ | 26.96 | 21.4 | 59.84 | - |
| YUV | 130.25 | 169.62 | 132.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 113 | 204 | 0.33 | 0.45 | 0 | 0.2 | 255.16 | 0.47 | 0.62 |
| Hex | 88 | 71 | CC | 21 | 2D | 0 | 14 | FF | 2F | 3E |
| Octal | 210 | 161 | 314 | 41 | 55 | 0 | 24 | 377 | 57 | 76 |
| Binary | 10001000 | 1110001 | 11001100 | 100001 | 101101 | 0 | 10100 | 11111111 | 101111 | 111110 |
Color Harmonies of #8871CC
Complementary color
Monochromatic Colors of #8871CC
Black with #8871CC
Text Example
Text Example
White with #8871CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8871CC; }
p { color: rgb(136,113,204); }
H1.HeaderClassName
{
color: #8871CC;
}
.AnyTagClassName
{
color: #8871CC;
}
</style>
background-color css
<style>
a { background-color: #8871CC; }
a { background-color: rgb(136,113,204); }
div.DivClassName
{
background-color: #8871CC;
}
.BgClassName
{
background-color: #8871CC;
}
</style>
border-color css
<style>
span { border-color: #8871CC; }
span { border-color: rgb(136,113,204); }
td.TdClassName
{
border-color: #8871CC;
}
.TagClassName
{
border-color: #8871CC;
}
</style>