Shades of True V #8860C5
Tints of True V #8860C5
RGB
CMYK
RGB Variations
Color information
#8860C5 (or 0x8860C5) is known color: True V. HEX triplet: 88, 60 and C5. RGB value is (136,96,197). Sum of RGB (Red+Green+Blue) = 136+96+197=429 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.70% from 429); Green value is 96 (37.89% from 255 or 22.38% from 429); Blue value is 197 (77.34% from 255 or 45.92% from 429); Max value from RGB is 197 - color contains mainly: blue. Hex color #8860C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8860C5 is #779F3A. Grayscale: #777777. Windows color (decimal): -7839547 or 12935304. OLE color: 12935304.
HSL color Cylindrical-coordinate representation of color #8860C5: hue angle of 263.76º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8860C5 is Cyan = 0.31, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 136 | 96 | 197 | - |
| CMYK | 0.31 | 0.51 | 0 | 0.23 |
| HSL | 263.76º | 0.47% | 0.57% | - |
| HSV(B) | 263.76º | 0.51% | 0.77% | - |
| XYZ | 24.41 | 17.63 | 54.94 | - |
| YUV | 119.47 | 171.75 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 96 | 197 | 0.31 | 0.51 | 0 | 0.23 | 263.76 | 0.47 | 0.57 |
| Hex | 88 | 60 | C5 | 1F | 33 | 0 | 17 | 108 | 2F | 39 |
| Octal | 210 | 140 | 305 | 37 | 63 | 0 | 27 | 410 | 57 | 71 |
| Binary | 10001000 | 1100000 | 11000101 | 11111 | 110011 | 0 | 10111 | 100001000 | 101111 | 111001 |
Color Harmonies of #8860C5
Complementary color
Monochromatic Colors of #8860C5
Black with #8860C5
Text Example
Text Example
White with #8860C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8860C5; }
p { color: rgb(136,96,197); }
H1.HeaderClassName
{
color: #8860C5;
}
.AnyTagClassName
{
color: #8860C5;
}
</style>
background-color css
<style>
a { background-color: #8860C5; }
a { background-color: rgb(136,96,197); }
div.DivClassName
{
background-color: #8860C5;
}
.BgClassName
{
background-color: #8860C5;
}
</style>
border-color css
<style>
span { border-color: #8860C5; }
span { border-color: rgb(136,96,197); }
td.TdClassName
{
border-color: #8860C5;
}
.TagClassName
{
border-color: #8860C5;
}
</style>