Shades of True V #8660CA
Tints of True V #8660CA
RGB
CMYK
RGB Variations
Color information
#8660CA (or 0x8660CA) is known color: True V. HEX triplet: 86, 60 and CA. RGB value is (134,96,202). Sum of RGB (Red+Green+Blue) = 134+96+202=432 (57% of max value = 765). Red value is 134 (52.73% from 255 or 31.02% from 432); Green value is 96 (37.89% from 255 or 22.22% from 432); Blue value is 202 (79.30% from 255 or 46.76% from 432); Max value from RGB is 202 - color contains mainly: blue. Hex color #8660CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8660CA is #799F35. Grayscale: #777777. Windows color (decimal): -7970614 or 13262982. OLE color: 13262982.
HSL color Cylindrical-coordinate representation of color #8660CA: hue angle of 261.51º 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 #8660CA is Cyan = 0.34, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 134 | 96 | 202 | - |
| CMYK | 0.34 | 0.52 | 0 | 0.21 |
| HSL | 261.51º | 0.5% | 0.58% | - |
| HSV(B) | 261.51º | 0.52% | 0.79% | - |
| XYZ | 24.68 | 17.7 | 57.99 | - |
| YUV | 119.45 | 174.59 | 138.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 96 | 202 | 0.34 | 0.52 | 0 | 0.21 | 261.51 | 0.5 | 0.58 |
| Hex | 86 | 60 | CA | 22 | 34 | 0 | 15 | 106 | 32 | 3A |
| Octal | 206 | 140 | 312 | 42 | 64 | 0 | 25 | 406 | 62 | 72 |
| Binary | 10000110 | 1100000 | 11001010 | 100010 | 110100 | 0 | 10101 | 100000110 | 110010 | 111010 |
Color Harmonies of #8660CA
Complementary color
Monochromatic Colors of #8660CA
Black with #8660CA
Text Example
Text Example
White with #8660CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8660CA; }
p { color: rgb(134,96,202); }
H1.HeaderClassName
{
color: #8660CA;
}
.AnyTagClassName
{
color: #8660CA;
}
</style>
background-color css
<style>
a { background-color: #8660CA; }
a { background-color: rgb(134,96,202); }
div.DivClassName
{
background-color: #8660CA;
}
.BgClassName
{
background-color: #8660CA;
}
</style>
border-color css
<style>
span { border-color: #8660CA; }
span { border-color: rgb(134,96,202); }
td.TdClassName
{
border-color: #8660CA;
}
.TagClassName
{
border-color: #8660CA;
}
</style>