Shades of True V #8860CA
Tints of True V #8860CA
RGB
CMYK
RGB Variations
Color information
#8860CA (or 0x8860CA) is known color: True V. HEX triplet: 88, 60 and CA. RGB value is (136,96,202). Sum of RGB (Red+Green+Blue) = 136+96+202=434 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.34% from 434); Green value is 96 (37.89% from 255 or 22.12% from 434); Blue value is 202 (79.30% from 255 or 46.54% from 434); Max value from RGB is 202 - color contains mainly: blue. Hex color #8860CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8860CA is #779F35. Grayscale: #777777. Windows color (decimal): -7839542 or 13262984. OLE color: 13262984.
HSL color Cylindrical-coordinate representation of color #8860CA: hue angle of 262.64º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8860CA is Cyan = 0.33, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 136 | 96 | 202 | - |
| CMYK | 0.33 | 0.52 | 0 | 0.21 |
| HSL | 262.64º | 0.5% | 0.58% | - |
| HSV(B) | 262.64º | 0.52% | 0.79% | - |
| XYZ | 25 | 17.86 | 58.01 | - |
| YUV | 120.04 | 174.25 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 96 | 202 | 0.33 | 0.52 | 0 | 0.21 | 262.64 | 0.5 | 0.58 |
| Hex | 88 | 60 | CA | 21 | 34 | 0 | 15 | 107 | 32 | 3A |
| Octal | 210 | 140 | 312 | 41 | 64 | 0 | 25 | 407 | 62 | 72 |
| Binary | 10001000 | 1100000 | 11001010 | 100001 | 110100 | 0 | 10101 | 100000111 | 110010 | 111010 |
Color Harmonies of #8860CA
Complementary color
Monochromatic Colors of #8860CA
Black with #8860CA
Text Example
Text Example
White with #8860CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8860CA; }
p { color: rgb(136,96,202); }
H1.HeaderClassName
{
color: #8860CA;
}
.AnyTagClassName
{
color: #8860CA;
}
</style>
background-color css
<style>
a { background-color: #8860CA; }
a { background-color: rgb(136,96,202); }
div.DivClassName
{
background-color: #8860CA;
}
.BgClassName
{
background-color: #8860CA;
}
</style>
border-color css
<style>
span { border-color: #8860CA; }
span { border-color: rgb(136,96,202); }
td.TdClassName
{
border-color: #8860CA;
}
.TagClassName
{
border-color: #8860CA;
}
</style>