Shades of True V #8871CE
Tints of True V #8871CE
RGB
CMYK
RGB Variations
Color information
#8871CE (or 0x8871CE) is known color: True V. HEX triplet: 88, 71 and CE. RGB value is (136,113,206). Sum of RGB (Red+Green+Blue) = 136+113+206=455 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.89% from 455); Green value is 113 (44.53% from 255 or 24.84% from 455); Blue value is 206 (80.86% from 255 or 45.27% from 455); Max value from RGB is 206 - color contains mainly: blue. Hex color #8871CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8871CE is #778E31. Grayscale: #828282. Windows color (decimal): -7835186 or 13529480. OLE color: 13529480.
HSL color Cylindrical-coordinate representation of color #8871CE: hue angle of 254.84º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8871CE is Cyan = 0.34, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 136 | 113 | 206 | - |
| CMYK | 0.34 | 0.45 | 0 | 0.19 |
| HSL | 254.84º | 0.49% | 0.63% | - |
| HSV(B) | 254.84º | 0.45% | 0.81% | - |
| XYZ | 27.2 | 21.5 | 61.11 | - |
| YUV | 130.48 | 170.62 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 113 | 206 | 0.34 | 0.45 | 0 | 0.19 | 254.84 | 0.49 | 0.63 |
| Hex | 88 | 71 | CE | 22 | 2D | 0 | 13 | FF | 31 | 3F |
| Octal | 210 | 161 | 316 | 42 | 55 | 0 | 23 | 377 | 61 | 77 |
| Binary | 10001000 | 1110001 | 11001110 | 100010 | 101101 | 0 | 10011 | 11111111 | 110001 | 111111 |
Color Harmonies of #8871CE
Complementary color
Monochromatic Colors of #8871CE
Black with #8871CE
Text Example
Text Example
White with #8871CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8871CE; }
p { color: rgb(136,113,206); }
H1.HeaderClassName
{
color: #8871CE;
}
.AnyTagClassName
{
color: #8871CE;
}
</style>
background-color css
<style>
a { background-color: #8871CE; }
a { background-color: rgb(136,113,206); }
div.DivClassName
{
background-color: #8871CE;
}
.BgClassName
{
background-color: #8871CE;
}
</style>
border-color css
<style>
span { border-color: #8871CE; }
span { border-color: rgb(136,113,206); }
td.TdClassName
{
border-color: #8871CE;
}
.TagClassName
{
border-color: #8871CE;
}
</style>