Shades of True V #8872CB
Tints of True V #8872CB
RGB
CMYK
RGB Variations
Color information
#8872CB (or 0x8872CB) is known color: True V. HEX triplet: 88, 72 and CB. RGB value is (136,114,203). Sum of RGB (Red+Green+Blue) = 136+114+203=453 (60% of max value = 765). Red value is 136 (53.52% from 255 or 30.02% from 453); Green value is 114 (44.92% from 255 or 25.17% from 453); Blue value is 203 (79.69% from 255 or 44.81% from 453); Max value from RGB is 203 - color contains mainly: blue. Hex color #8872CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8872CB is #778D34. Grayscale: #828282. Windows color (decimal): -7834933 or 13333128. OLE color: 13333128.
HSL color Cylindrical-coordinate representation of color #8872CB: hue angle of 254.83º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8872CB is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 136 | 114 | 203 | - |
| CMYK | 0.33 | 0.44 | 0 | 0.20 |
| HSL | 254.83º | 0.46% | 0.62% | - |
| HSV(B) | 254.83º | 0.44% | 0.8% | - |
| XYZ | 26.95 | 21.58 | 59.24 | - |
| YUV | 130.72 | 168.79 | 131.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 114 | 203 | 0.33 | 0.44 | 0 | 0.20 | 254.83 | 0.46 | 0.62 |
| Hex | 88 | 72 | CB | 21 | 2C | 0 | 14 | FF | 2E | 3E |
| Octal | 210 | 162 | 313 | 41 | 54 | 0 | 24 | 377 | 56 | 76 |
| Binary | 10001000 | 1110010 | 11001011 | 100001 | 101100 | 0 | 10100 | 11111111 | 101110 | 111110 |
Color Harmonies of #8872CB
Complementary color
Monochromatic Colors of #8872CB
Black with #8872CB
Text Example
Text Example
White with #8872CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8872CB; }
p { color: rgb(136,114,203); }
H1.HeaderClassName
{
color: #8872CB;
}
.AnyTagClassName
{
color: #8872CB;
}
</style>
background-color css
<style>
a { background-color: #8872CB; }
a { background-color: rgb(136,114,203); }
div.DivClassName
{
background-color: #8872CB;
}
.BgClassName
{
background-color: #8872CB;
}
</style>
border-color css
<style>
span { border-color: #8872CB; }
span { border-color: rgb(136,114,203); }
td.TdClassName
{
border-color: #8872CB;
}
.TagClassName
{
border-color: #8872CB;
}
</style>