Shades of True V #866CCA
Tints of True V #866CCA
RGB
CMYK
RGB Variations
Color information
#866CCA (or 0x866CCA) is known color: True V. HEX triplet: 86, 6C and CA. RGB value is (134,108,202). Sum of RGB (Red+Green+Blue) = 134+108+202=444 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.18% from 444); Green value is 108 (42.58% from 255 or 24.32% from 444); Blue value is 202 (79.30% from 255 or 45.50% from 444); Max value from RGB is 202 - color contains mainly: blue. Hex color #866CCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #866CCA is #799335. Grayscale: #7E7E7E. Windows color (decimal): -7967542 or 13266054. OLE color: 13266054.
HSL color Cylindrical-coordinate representation of color #866CCA: hue angle of 256.6º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #866CCA is Cyan = 0.34, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 134 | 108 | 202 | - |
| CMYK | 0.34 | 0.47 | 0 | 0.21 |
| HSL | 256.6º | 0.47% | 0.61% | - |
| HSV(B) | 256.6º | 0.47% | 0.79% | - |
| XYZ | 25.85 | 20.06 | 58.39 | - |
| YUV | 126.49 | 170.61 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 108 | 202 | 0.34 | 0.47 | 0 | 0.21 | 256.6 | 0.47 | 0.61 |
| Hex | 86 | 6C | CA | 22 | 2F | 0 | 15 | 101 | 2F | 3D |
| Octal | 206 | 154 | 312 | 42 | 57 | 0 | 25 | 401 | 57 | 75 |
| Binary | 10000110 | 1101100 | 11001010 | 100010 | 101111 | 0 | 10101 | 100000001 | 101111 | 111101 |
Color Harmonies of #866CCA
Complementary color
Monochromatic Colors of #866CCA
Black with #866CCA
Text Example
Text Example
White with #866CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866CCA; }
p { color: rgb(134,108,202); }
H1.HeaderClassName
{
color: #866CCA;
}
.AnyTagClassName
{
color: #866CCA;
}
</style>
background-color css
<style>
a { background-color: #866CCA; }
a { background-color: rgb(134,108,202); }
div.DivClassName
{
background-color: #866CCA;
}
.BgClassName
{
background-color: #866CCA;
}
</style>
border-color css
<style>
span { border-color: #866CCA; }
span { border-color: rgb(134,108,202); }
td.TdClassName
{
border-color: #866CCA;
}
.TagClassName
{
border-color: #866CCA;
}
</style>